]> pd.if.org Git - hexagon/blob - doc/Makefile
Added some horizontal grid constants.
[hexagon] / doc / Makefile
1 RELEASE = $(shell git tag | tail -1)
2
3 hexagon.3:      hexagon.pod
4         pod2man --center='hexagon library' --section=3 --release='Version $(RELEASE)' $+ > $@
5
6 hexagon.txt: hexagon.pod
7         pod2text -l $+
8
9 hexagon.pdf:    hexagon.pod
10         pod2latex -full $+
11         pdflatex hexagon.tex
12         pdflatex hexagon.tex
13         pdflatex hexagon.tex
14         rm -f hexagon.tex hexagon.idx hexagon.aux hexagon.toc hexagon.log
15
16 clean:
17         rm -f hexagon.3 hexagon.pdf hexagon.tex hexagon.txt \
18                 hexagon.idx hexagon.aux hexagon.log hexagon.toc