1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-14 01:44:04 +02:00

Rename to lowercase for ease of typing.

This commit is contained in:
Nathaniel Beaver
2015-10-23 09:46:20 -05:00
parent e53ed91d72
commit 06361ab35a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
all: README.html all: readme.html
# Prevent make from looking for a file called 'all' # Prevent make from looking for a file called 'all'
.PHONY : all .PHONY : all
README.html: README.rst readme.html: readme.rst
rst2html README.rst > README.html rst2html readme.rst > readme.html

View File

@@ -1 +1 @@
See `<README.rst>`_. See `<readme.rst>`_.