mirror of
https://github.com/nbeaver/why-linux-is-better.git
synced 2025-08-29 16:49:57 +02:00
Eliminate unnecessary stdout redirection.
This commit is contained in:
4
Makefile
4
Makefile
@@ -2,5 +2,5 @@ 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 Makefile
|
||||||
rst2html readme.rst > readme.html
|
rst2html readme.rst readme.html
|
||||||
|
Reference in New Issue
Block a user