1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-28 08:10:05 +02:00

Rename file to make it easier to read on Github.

This commit is contained in:
Nathaniel Beaver
2015-06-14 19:54:22 -05:00
parent 8746eab836
commit 986c2d2fb4
2 changed files with 3 additions and 3 deletions

View File

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