svn commit: samba-docs r211 - in trunk: .

jelmer at samba.org jelmer at samba.org
Sat Sep 4 13:13:49 GMT 2004


Author: jelmer
Date: 2004-09-04 13:13:48 +0000 (Sat, 04 Sep 2004)
New Revision: 211

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk&rev=211&nolog=1

Log:
Fix generation of subject index.

Modified:
   trunk/Makefile.in


Changeset:
Modified: trunk/Makefile.in
===================================================================
--- trunk/Makefile.in	2004-09-03 17:43:31 UTC (rev 210)
+++ trunk/Makefile.in	2004-09-04 13:13:48 UTC (rev 211)
@@ -158,11 +158,15 @@
 	mkdir -p $(@D)
 	cp $< $@
 
+%.idx: %.tex latexfigures
+	-$(PDFLATEX) $<
+
+%.ind: %.idx
+	$(MAKEINDEX) $<
+
 # Adobe PDF files
-%.pdf: %.tex latexfigures 
+%.pdf: %.tex %.ind latexfigures 
 	-$(PDFLATEX) $<
-	-$(PDFLATEX) $<
-	$(MAKEINDEX) $*
 	$(THUMBPDF) $*.pdf
 	-$(PDFLATEX) $<
 
@@ -175,7 +179,7 @@
 	$(MAKE) $(shell $(XSLTPROC) --stringparam prepend "" --stringparam append ".eps" --stringparam role latex xslt/find-image-dependencies.xsl $(DOCBOOKDIR)/$*.xml)
 	-$(LATEX) $< 
 	-$(LATEX) $< 
-	$(MAKEINDEX) $*
+	$(MAKEINDEX) $*.idx
 	-$(LATEX) $< 
 
 %.eps: %.png



More information about the samba-cvs mailing list