summaryrefslogtreecommitdiffstats
path: root/devel/doxygen/files/patch-doc-Makefile.latex
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /devel/doxygen/files/patch-doc-Makefile.latex
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/doxygen/files/patch-doc-Makefile.latex')
-rw-r--r--devel/doxygen/files/patch-doc-Makefile.latex34
1 files changed, 0 insertions, 34 deletions
diff --git a/devel/doxygen/files/patch-doc-Makefile.latex b/devel/doxygen/files/patch-doc-Makefile.latex
deleted file mode 100644
index ffecc2c2b..000000000
--- a/devel/doxygen/files/patch-doc-Makefile.latex
+++ /dev/null
@@ -1,34 +0,0 @@
---- doc/Makefile.latex Sun May 7 14:06:16 2006
-+++ doc/Makefile.latex Sun Jun 11 20:27:05 2006
-@@ -13,13 +13,27 @@
- # input used in their production; they are not affected by this license.
-
--all: doxygen_manual.pdf
-+all: doxygen_manual.pdf doxygen_manual.ps
-
- doxygen_manual.pdf: doxygen_manual.tex doxygen.sty
-- echo "Running latex..."
-+ @echo "Running latex..."
- pdflatex doxygen_manual.tex
-- echo "Running makeindex..."
-+ @echo "Running makeindex..."
- makeindex doxygen_manual.idx
-- echo "Rerunning latex...."
-+ @echo "Rerunning latex...."
- pdflatex doxygen_manual.tex
-+
-+graphics:
-+ ln -s ../doc/doxygen_logo.eps .
-+ ln -s ../doc/doxygen_logo.gif .
-+
-+doxygen_manual.dvi: doxygen_manual.pdf graphics
-+ @echo "Running latex again to get a .dvi file..."
-+ latex doxygen_manual.tex
-+
-+doxygen_manual.ps: doxygen_manual.dvi
-+ dvips -o doxygen_manual.ps doxygen_manual.dvi
-+
- clean:
- rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log doxygen_manual.pdf
-+
-+.PHONY: graphics