diff options
Diffstat (limited to 'doc/doxygen/latex/Makefile')
| -rw-r--r-- | doc/doxygen/latex/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/doxygen/latex/Makefile b/doc/doxygen/latex/Makefile deleted file mode 100644 index f001bff..0000000 --- a/doc/doxygen/latex/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -all: refman.dvi - -ps: refman.ps - -pdf: refman.pdf - -ps_2on1: refman_2on1.ps - -pdf_2on1: refman_2on1.pdf - -refman.ps: refman.dvi - dvips -o refman.ps refman.dvi - -refman.pdf: refman.ps - pdflatex refman.tex - makeindex refman.idx - pdflatex refman.tex - -refman_2on1.ps: refman.ps - psnup -2 refman.ps >refman_2on1.ps - -refman_2on1.pdf: refman_2on1.ps - ps2pdf refman_2on1.ps refman_2on1.pdf - -refman.dvi: refman.tex doxygen.sty - echo "Running latex..." - latex refman.tex - echo "Running makeindex..." - makeindex refman.idx - echo "Rerunning latex...." - latex refman.tex -clean: - rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out |
