diff --git a/Makefile b/Makefile index 1779a6a..1755145 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -all: README.html +all: readme.html # Prevent make from looking for a file called 'all' .PHONY : all -README.html: README.rst - rst2html README.rst > README.html +readme.html: readme.rst + rst2html readme.rst > readme.html diff --git a/README.rst b/readme.rst similarity index 100% rename from README.rst rename to readme.rst diff --git a/why-linux-is-better.rst b/why-linux-is-better.rst index c949edc..df75522 100644 --- a/why-linux-is-better.rst +++ b/why-linux-is-better.rst @@ -1 +1 @@ -See ``_. +See ``_.