# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1419287383 -3600 # Node ID 02abda34878c275991746fd12600ed56b0260178 # Parent 96af63b41fcceacd4bcf4318fc0c47e687b445b3 fixed Makefile for distclean diff -r 96af63b41fcc -r 02abda34878c Makefile --- a/Makefile Mon Dec 22 23:28:50 2014 +0100 +++ b/Makefile Mon Dec 22 23:29:43 2014 +0100 @@ -1,9 +1,9 @@ all: out/short.html out/short.pdf -out/short.html: short.txt +html out/short.html: short.txt asciidoc -o out/short.html -f xhtml $< -out/short.pdf: short.txt +pdf out/short.pdf: short.txt a2x -D out/ $< -distclean: -rm -rf out/* +distclean: ;-rm -rf out/*