Makefile
changeset 1 02abda34878c
parent 0 96af63b41fcc
child 2 7828a47275f7
equal deleted inserted replaced
0:96af63b41fcc 1:02abda34878c
     1 all:	out/short.html out/short.pdf
     1 all:	out/short.html out/short.pdf
     2 
     2 
     3 out/short.html: short.txt
     3 html out/short.html: short.txt
     4 		asciidoc -o out/short.html -f xhtml $<
     4 		asciidoc -o out/short.html -f xhtml $<
     5 
     5 
     6 out/short.pdf: short.txt
     6 pdf out/short.pdf: short.txt
     7 		 a2x -D out/ $<
     7 		 a2x -D out/ $<
     8 
     8 
     9 distclean:	-rm -rf out/*
     9 distclean:	;-rm -rf out/*