]> granicus.if.org Git - python/commitdiff
Add a glossary to the tutorial. Also generate an index. At the moment this
authorSkip Montanaro <skip@pobox.com>
Wed, 24 Sep 2003 16:53:02 +0000 (16:53 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 24 Sep 2003 16:53:02 +0000 (16:53 +0000)
mostly only references glossary entries.

Doc/Makefile.deps
Doc/tut/tut.tex

index dc03a194ef8c97214df4cb6b8c77e4b230048b64..faa21294baf21682c2feac615a7227a87f1f52da 100644 (file)
@@ -68,7 +68,7 @@ EXTFILES= ext/ext.tex $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
        texinputs/typestruct.h \
        texinputs/reportingbugs.tex
 
-TUTFILES= tut/tut.tex $(MANSTYLES) $(COMMONTEX)
+TUTFILES= tut/tut.tex tut/glossary.tex $(MANSTYLES) $(COMMONTEX)
 
 # LaTeX source files for the Python Reference Manual
 REFFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
index e06440a00e51076e30f8b9b9dd651cbd72624fba..3336cb402d21d1feb9b4e0978f9f0e210ad9fdcd 100644 (file)
@@ -11,6 +11,8 @@
 
 \input{boilerplate}
 
+\makeindex
+
 \begin{document}
 
 \maketitle
@@ -4824,4 +4826,8 @@ not!).
 \chapter{History and License}
 \input{license}
 
+\input{glossary}
+
+\input{tut.ind}
+
 \end{document}