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

Eliminate unnecessary stdout redirection.

This commit is contained in:
Nathaniel Beaver
2015-12-03 16:36:02 -06:00
parent cf124d4c80
commit 9646c813a5

View File

@@ -2,5 +2,5 @@ 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 Makefile
rst2html readme.rst readme.html