[QGIS Commit] r14198 - docs/branches/1.5.0/german/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Sep 7 12:15:31 EDT 2010


Author: dassau
Date: 2010-09-07 16:15:30 +0000 (Tue, 07 Sep 2010)
New Revision: 14198

Modified:
   docs/branches/1.5.0/german/user_guide/Makefile
   docs/branches/1.5.0/german/user_guide/qgis_style.sty
   docs/branches/1.5.0/german/user_guide/user_guide.tex
Log:
build index

Modified: docs/branches/1.5.0/german/user_guide/Makefile
===================================================================
--- docs/branches/1.5.0/german/user_guide/Makefile	2010-09-07 15:10:29 UTC (rev 14197)
+++ docs/branches/1.5.0/german/user_guide/Makefile	2010-09-07 16:15:30 UTC (rev 14198)
@@ -68,7 +68,7 @@
 	dvips -R0 -o $*.ps $*.dvi 
 
 %.pdf:	%.tex $(INCLUDES) $(APPENDIX)
-	$(PDFLATEX) $*.tex $*.pdf && $(PDFLATEX) $*.tex $*.pdf && $(PDFLATEX) $*.tex $*.pdf
+	$(PDFLATEX) $*.tex $*.pdf && makeindex -cl -o user_guide.ind user_guide.idx && $(PDFLATEX) $*.tex $*.pdf && $(PDFLATEX) $*.tex $*.pdf
 
 %.tif:	%.pdf
 	gs -sDEVICE=tiffg3 -sPapersize=a4 -dNOPAUSE -q -sOutputFile=$*.tif $*.pdf -c quit
@@ -77,4 +77,4 @@
 	rm -f *.log *.lox *.lof *.toa *.lot *.toc *.aux *.out *.bbl *.blg *.ps WARNINGS
 
 cleanall: 
-	rm -f *.log *.lox *.lof *.toa *.lot *.toc *.aux *.out *.bbl *.blg *.ps *.dvi *.pdf WARNINGS
+	rm -f *.log *.ilg *.idx *.ind *.lox *.lof *.toa *.lot *.toc *.aux *.out *.bbl *.blg *.ps *.dvi *.pdf WARNINGS

Modified: docs/branches/1.5.0/german/user_guide/qgis_style.sty
===================================================================
--- docs/branches/1.5.0/german/user_guide/qgis_style.sty	2010-09-07 15:10:29 UTC (rev 14197)
+++ docs/branches/1.5.0/german/user_guide/qgis_style.sty	2010-09-07 16:15:30 UTC (rev 14198)
@@ -12,6 +12,9 @@
 \usepackage{umlaute, german}
 %\usepackage{ngerman}
 
+\usepackage{makeidx}
+\makeindex
+
 %%% font settings
 \usepackage{helvet}
 \renewcommand{\sfdefault}{phv}  % switch \sf to Helvetica T1

Modified: docs/branches/1.5.0/german/user_guide/user_guide.tex
===================================================================
--- docs/branches/1.5.0/german/user_guide/user_guide.tex	2010-09-07 15:10:29 UTC (rev 14197)
+++ docs/branches/1.5.0/german/user_guide/user_guide.tex	2010-09-07 16:15:30 UTC (rev 14198)
@@ -70,7 +70,7 @@
 \input{appendices/qgis_qt_gpl_exception}
 \input{appendices/fdl_1.3}
 %\input{literature}
-%\input{index} untested, remind me to check it when the 1.5 release is flagged
+\input{index}
 
 %\printbibliography
 \end{document}



More information about the QGIS-commit mailing list