mirror of
https://github.com/nbeaver/why-linux-is-better.git
synced 2025-08-29 16:49:57 +02:00
Rename file to make it easier to read on Github.
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,6 +1,6 @@
|
|||||||
all: why-linux-is-better.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
|
||||||
|
|
||||||
why-linux-is-better.html : why-linux-is-better.rst
|
README.html: README.rst
|
||||||
rst2html why-linux-is-better.rst > why-linux-is-better.html
|
rst2html README.rst > README.html
|
||||||
|
Reference in New Issue
Block a user