]> granicus.if.org Git - python/commitdiff
Added rule to generate the PDF format using pdflatex. Commented out since
authorFred Drake <fdrake@acm.org>
Mon, 16 Feb 1998 17:06:10 +0000 (17:06 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 16 Feb 1998 17:06:10 +0000 (17:06 +0000)
this is still experimental software.  See the comment.

Doc/Makefile

index 9a27a53c86aa0717112ed4e1a7db76ed6e14612b..a67d07a66322cee4d60bc40ca4f9fd4df3148188 100644 (file)
@@ -47,6 +47,7 @@
 
 # Where are the various programs?
 LATEX=         latex
+PDFLATEX=      pdflatex
 BIBTEX=                bibtex
 DVIPS=         dvips -f -N0
 DISTILL=       distill
@@ -97,6 +98,17 @@ api: api.ps
 .ps.pdf:
        $(DISTILL) $<
 
+# An alternate formulation of PDF creation; requires latex format with
+# pdftex.  To use this instead of the Acrobat distiller solution, comment
+# out the above .ps.pdf rule and uncomment this rule.  This was tested
+# using a pre-release of the teTeX distribution.  See
+# http://www.tug.org/tetex/ for more information on getting & using teTeX.
+# This rule avoids creation of the intermediate PostScript files and uses
+# only free software.
+#
+#.dvi.pdf:
+#      $(PDFLATEX) $*
+
 # Dependencies
 COMMONTEX=myformat.sty copyright.tex boilerplate.tex