X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=d81d2542d64915def8823fd6c3c740e1a7b8b8e7;hb=8ca2b8a06b00066a20f744a61c9bcdd65949a344;hp=0000000000000000000000000000000000000000;hpb=5c48a06bc8649958e69013c53e925b83398ebc74;p=hexagon diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..d81d254 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,16 @@ +hexagon.3: hexagon.pod + pod2man --center='hexagon library' --section=3 --release='hexagon 0.1' $+ > $@ + +hexagon.txt: hexagon.pod + pod2text -l $+ + +hexagon.pdf: hexagon.pod + pod2latex -full $+ + pdflatex hexagon.tex + pdflatex hexagon.tex + pdflatex hexagon.tex + rm -f hexagon.tex hexagon.idx hexagon.aux hexagon.toc hexagon.log + +clean: + rm -f hexagon.3 hexagon.pdf hexagon.tex hexagon.txt \ + hexagon.idx hexagon.aux hexagon.log hexagon.toc