summaryrefslogtreecommitdiff
path: root/doc/admin/Makefile
blob: 36fe50652e421a75ba5b074a40c0f7e71b28ff26 (plain)
1
2
3
4
5
6
7
8
9
sources = $(wildcard *.mdwn)

all: gitano-admin-doc.pdf gitano-admin-doc.html

gitano-admin-doc.pdf: $(sources) Makefile
	pandoc --toc -o gitano-admin-doc.pdf $(sources)

gitano-admin-doc.html: $(sources) Makefile
	pandoc --toc --standalone -o gitano-admin-doc.html $(sources)