From 06361ab35a1cf530e3bc98c27e8ddd72cb1608af Mon Sep 17 00:00:00 2001 From: Nathaniel Beaver Date: Fri, 23 Oct 2015 09:46:20 -0500 Subject: [PATCH] Rename to lowercase for ease of typing. --- Makefile | 6 +++--- README.rst => readme.rst | 0 why-linux-is-better.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename README.rst => readme.rst (100%) 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 ``_.