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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue May 25 10:05:11 CEST 2010


Author: emanuel
Date: 2010-05-25 10:05:11 +0200 (Tue, 25 May 2010)
New Revision: 1437

Modified:
   trunk/doc/ChangeLog
   trunk/doc/manual/Makefile.am
Log:
Added makeindex command for dvi build.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2010-05-25 08:04:24 UTC (rev 1436)
+++ trunk/doc/ChangeLog	2010-05-25 08:05:11 UTC (rev 1437)
@@ -5,6 +5,8 @@
 	simple switching between these sizes. Prepare compendium book
 	printing.
 
+	* manual/Makefile.am: Add makeindex command for dvi build.
+
 2010-05-21  Emanuel Schuetze <emanuel at intevation.de>
 
 	* manual/gpg4win-compendium-de.tex: Switch from dvips to pdflatex. 

Modified: trunk/doc/manual/Makefile.am
===================================================================
--- trunk/doc/manual/Makefile.am	2010-05-25 08:04:24 UTC (rev 1436)
+++ trunk/doc/manual/Makefile.am	2010-05-25 08:05:11 UTC (rev 1437)
@@ -196,6 +196,7 @@
 eps: $(eps_files)
 
 %.dvi : %.tex 
+	export MAKEINDEX='makeindex -g -s indexstyle.ist'; \
 	$(TEXI2DVI) `test -f '$<' || echo '$(srcdir)/'`$< 
 
 %.pdf : %.tex



More information about the Gpg4win-commits mailing list