[Gpg4win-commits] r386 - in trunk/doc: . manual

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 27 01:17:37 CEST 2007


Author: bernhard
Date: 2007-03-27 01:17:36 +0200 (Tue, 27 Mar 2007)
New Revision: 386

Modified:
   trunk/doc/ChangeLog
   trunk/doc/manual/Makefile.am
Log:
* manual/Makefile.am: Added option -density 100x100 to the
convert call when producing pngs out of eps.gz which gives
a better result for the html target.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-03-26 20:52:00 UTC (rev 385)
+++ trunk/doc/ChangeLog	2007-03-26 23:17:36 UTC (rev 386)
@@ -1,3 +1,9 @@
+2007-03-27  Bernhard Reiter <bernhard.reiter at intevation.de>
+
+	* manual/Makefile.am: Added option -density 100x100 to the
+	convert call when producing pngs out of eps.gz which gives
+	a better result for the html target.
+
 2007-03-26  Bernhard Reiter <bernhard.reiter at intevation.de>
 
 	* manual/novices.tex (Special Thanks): Added Andrew Hosch for

Modified: trunk/doc/manual/Makefile.am
===================================================================
--- trunk/doc/manual/Makefile.am	2007-03-26 20:52:00 UTC (rev 385)
+++ trunk/doc/manual/Makefile.am	2007-03-26 23:17:36 UTC (rev 386)
@@ -118,7 +118,7 @@
 	$(CONVERT) `test -f '$<' || echo '$(srcdir)/'`$< $@
 
 %.png : %.eps.gz
-	$(CONVERT) `test -f '$<' || echo '$(srcdir)/'`$< $@
+	$(CONVERT) -density 100x100 `test -f '$<' || echo '$(srcdir)/'`$< $@
 
 %.dvi : %.tex
 	$(TEXI2DVI) `test -f '$<' || echo '$(srcdir)/'`$< 



More information about the Gpg4win-commits mailing list