changeset 2 | 7828a47275f7 |
parent 1 | 02abda34878c |
child 4 | 8e4a19fb6fc6 |
1:02abda34878c | 2:7828a47275f7 |
---|---|
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 -f xhtml $< |
4 asciidoc -o out/short.html $< |
5 |
5 |
6 pdf 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/* |