summaryrefslogtreecommitdiff
path: root/doc/doxygen/latex/Makefile
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-10 23:57:51 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 23:57:51 +0200
commitf58f7c5aafe9b52acf26fad31ac2c01c6a184fbc (patch)
treee6a95e6bce9138be23bffd52c6e9e742b863f73e /doc/doxygen/latex/Makefile
parent71d678163c1a267fd006dbddf5f7ff42a5986366 (diff)
Release 2.1 tarball2.1
Diffstat (limited to 'doc/doxygen/latex/Makefile')
-rw-r--r--doc/doxygen/latex/Makefile33
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