summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-28 21:05:16 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-28 21:05:16 (GMT)
commitefc17bd96820c513007a63f5a014a40048027837 (patch)
tree1b27624d200a0a0c21a49763f2256b4441be1a4c /Doc/Makefile
parent61c7728cc9011de7be8328094d2bda6fa5c470d4 (diff)
downloadcpython-efc17bd96820c513007a63f5a014a40048027837.zip
cpython-efc17bd96820c513007a63f5a014a40048027837.tar.gz
cpython-efc17bd96820c513007a63f5a014a40048027837.tar.bz2
Added ref/ref.tex to REFFILES.
Fixed up some comments. Removed info-related targets from the really big combined targets.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 117b283..c4043bf 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -15,14 +15,13 @@
# with the three-letter designations above as the directory names.
#
# 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.
+# documents. You can also do "make lib" (etc.) to create the DVI and
+# PostScript versions of individual documents.
#
# The document classes and styles are in the texinputs/ directory.
# 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
-# number of environments for formatting function and data definitions,
-# also in the style of Texinfo.
+# number of environments for formatting function and data definitions.
#
# Everything is processed by LaTeX. See the file `README' for more
# information on the tools needed for processing.
@@ -36,8 +35,10 @@
# the tools used are all but universal. These targets are:
#
# 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
# 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 \
- 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
LIBFILES = lib/lib.tex \
@@ -386,7 +388,7 @@ tarpdf: pdf-$(PAPER)-$(RELEASE).tgz
tarlatex: latex-$(RELEASE).tgz
-tarballs: tarpdf tarps tarhtml tarinfo tarlatex
+tarballs: tarpdf tarps tarhtml tarlatex
# Housekeeping targets