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