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:
6
Makefile
6
Makefile
@@ -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
|
||||||
|
@@ -1 +1 @@
|
|||||||
See `<README.rst>`_.
|
See `<readme.rst>`_.
|
||||||
|
Reference in New Issue
Block a user