[Dev OpenGP] [137] Little bugfix in Makefile |
[ Thread Index |
Date Index
| More opengp.tuxfamily.org/development Archives
]
Revision: 137
Author: alband85
Date: 2009-03-27 04:27:34 +0100 (Fri, 27 Mar 2009)
Log Message:
-----------
Little bugfix in Makefile
Modified Paths:
--------------
externals/Com/Rapport/Makefile
Modified: externals/Com/Rapport/Makefile
===================================================================
--- externals/Com/Rapport/Makefile 2009-03-27 03:22:21 UTC (rev 136)
+++ externals/Com/Rapport/Makefile 2009-03-27 03:27:34 UTC (rev 137)
@@ -7,7 +7,6 @@
PDFLATEX=pdflatex -interaction=nonstopmode "-output-directory=$(TEXFILES)"
INKSCAPE=`which inkscape`
-SVG2PNG=$(INKSCAPE) --without-gui --export-area-drawing --file="$file" --export-png="$FILENAME" --export-dpi=600
all: figs pdf
@@ -45,5 +44,5 @@
biblio:
@echo "TODO"
-.PHONY: all clean clean-figs mrproper clean-svgfigs clean-mpfigs
+.PHONY: all clean clean-figs mrproper clean-svgfigs