Add --author option to series
[stgit.git] / doc / Makefile
blob07704b8331d6d78a132c731874f66749dfa0f85c
1 DOCS = tutorial.txt
2 DOCS_HTML = $(DOCS:.txt=.html)
3 DOCS_PDF = $(DOCS:.txt=.pdf)
5 all: $(DOCS_HTML) $(DOCS_PDF)
7 %.html: %.txt
8 asciidoc $<
10 %.xml: %.txt
11 asciidoc --backend=docbook $<
13 %.pdf: %.xml
14 xmlto pdf $<
16 clean:
17 rm -f *.xml *.html *.pdf