diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-electricfield/Makefile')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-electricfield/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/pst-electricfield/Makefile b/Master/texmf-dist/source/generic/pst-electricfield/Makefile index ecb4d158cd3..b3b7ea7a91a 100644 --- a/Master/texmf-dist/source/generic/pst-electricfield/Makefile +++ b/Master/texmf-dist/source/generic/pst-electricfield/Makefile @@ -1,5 +1,6 @@ +# $Id: Makefile 354 2010-06-18 17:18:01Z herbert $ -# `Makefile' for `pst-magneticfield.pdf', Rolf Niepraschk, 2010/05/21 +# `Makefile' for `pst-electricfield.pdf', Rolf Niepraschk, 2010/05/21 .SUFFIXES : .tex .ltx .dvi .ps .pdf .eps .pro @@ -19,8 +20,7 @@ TDS = ~/PSTricks/PSTricks-TDS LATEX = pst2pdf PDFLATEX = pdflatex -OPTIONS= --Iext=.png --Iscale=0.5 --DPI=150 -#--noImages +OPTIONS= --Iext=.png --Iscale=0.5 --DPI=150 --noImages ARCHNAME = $(PACKAGE)-$(shell date +%Y%m%d) |