From: Skip Montanaro Date: Wed, 24 Sep 2003 16:53:02 +0000 (+0000) Subject: Add a glossary to the tutorial. Also generate an index. At the moment this X-Git-Tag: v2.4a1~1519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40d4bc5934d5333fef9c18ca83365556019366f3;p=python Add a glossary to the tutorial. Also generate an index. At the moment this mostly only references glossary entries. --- diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index dc03a194ef..faa21294ba 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -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) \ diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e06440a00e..3336cb402d 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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}