Added ref/ref.tex to REFFILES.
Fixed up some comments. Removed info-related targets from the really big combined targets.
This commit is contained in:
parent
61c7728cc9
commit
efc17bd968
16
Doc/Makefile
16
Doc/Makefile
|
@ -15,14 +15,13 @@
|
||||||
# with the three-letter designations above as the directory names.
|
# with the three-letter designations above as the directory names.
|
||||||
#
|
#
|
||||||
# The main target creates DVI and PostScript for the main each of the
|
# The main target creates DVI and PostScript for the main each of the
|
||||||
# documents. You can also do "make lib" (etc.) to process individual
|
# documents. You can also do "make lib" (etc.) to create the DVI and
|
||||||
# documents.
|
# PostScript versions of individual documents.
|
||||||
#
|
#
|
||||||
# The document classes and styles are in the texinputs/ directory.
|
# The document classes and styles are in the texinputs/ directory.
|
||||||
# These define a number of macros that are similar in name and intent
|
# These define a number of macros that are similar in name and intent
|
||||||
# as macros in Texinfo (e.g. \code{...} and \emph{...}), as well as a
|
# as macros in Texinfo (e.g. \code{...} and \emph{...}), as well as a
|
||||||
# number of environments for formatting function and data definitions,
|
# number of environments for formatting function and data definitions.
|
||||||
# also in the style of Texinfo.
|
|
||||||
#
|
#
|
||||||
# Everything is processed by LaTeX. See the file `README' for more
|
# Everything is processed by LaTeX. See the file `README' for more
|
||||||
# information on the tools needed for processing.
|
# information on the tools needed for processing.
|
||||||
|
@ -36,8 +35,10 @@
|
||||||
# the tools used are all but universal. These targets are:
|
# the tools used are all but universal. These targets are:
|
||||||
#
|
#
|
||||||
# html -- convert all documents from LaTeX to HTML
|
# html -- convert all documents from LaTeX to HTML
|
||||||
|
# pdf -- convert all documents from LaTeX to the
|
||||||
|
# Portable Document Format
|
||||||
#
|
#
|
||||||
# See the README file for more info on these targets.
|
# See the README file for more information on these targets.
|
||||||
#
|
#
|
||||||
# The formatted output is located in subdirectories. For PDF and
|
# The formatted output is located in subdirectories. For PDF and
|
||||||
# PostScript, look in the paper-$(PAPER)/ directory. For HTML, look in
|
# PostScript, look in the paper-$(PAPER)/ directory. For HTML, look in
|
||||||
|
@ -196,7 +197,8 @@ $(HOWTOPDFFILES): tools/mkhowto.sh $(HOWTOSTYLES)
|
||||||
|
|
||||||
|
|
||||||
REFFILES = ref/ref1.tex ref/ref2.tex ref/ref3.tex ref/ref4.tex \
|
REFFILES = ref/ref1.tex ref/ref2.tex ref/ref3.tex ref/ref4.tex \
|
||||||
ref/ref5.tex ref/ref6.tex ref/ref7.tex ref/ref8.tex
|
ref/ref5.tex ref/ref6.tex ref/ref7.tex ref/ref8.tex \
|
||||||
|
ref/ref.tex
|
||||||
|
|
||||||
# LaTeX source files for the Python Library Reference
|
# LaTeX source files for the Python Library Reference
|
||||||
LIBFILES = lib/lib.tex \
|
LIBFILES = lib/lib.tex \
|
||||||
|
@ -386,7 +388,7 @@ tarpdf: pdf-$(PAPER)-$(RELEASE).tgz
|
||||||
|
|
||||||
tarlatex: latex-$(RELEASE).tgz
|
tarlatex: latex-$(RELEASE).tgz
|
||||||
|
|
||||||
tarballs: tarpdf tarps tarhtml tarinfo tarlatex
|
tarballs: tarpdf tarps tarhtml tarlatex
|
||||||
|
|
||||||
|
|
||||||
# Housekeeping targets
|
# Housekeeping targets
|
||||||
|
|
Loading…
Reference in New Issue