X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=0000000000000000000000000000000000000000;hp=c00373a0daa5c781af1e1a17b9c64e83a7c7be53;hb=06868ef42497f1cbc480831029f5f69b395dfdd2;hpb=c5a7aa5029146b2bcea5daae53c6aa3e5e33ed04 diff --git a/doc/Makefile b/doc/Makefile deleted file mode 100644 index c00373a..0000000 --- a/doc/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -RELEASE = $(shell git tag | tail -1) - -hexagon.3: hexagon.pod - pod2man --center='hexagon library' --section=3 --release='Version $(RELEASE)' $+ > $@ - -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