| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | # Makefile for Python documentation
 | 
					
						
							|  |  |  | # ---------------------------------
 | 
					
						
							|  |  |  | #
 | 
					
						
							| 
									
										
										
										
											1995-03-20 13:00:32 +00:00
										 |  |  | # See also the README file.
 | 
					
						
							|  |  |  | #
 | 
					
						
							| 
									
										
										
										
											1999-04-22 14:16:14 +00:00
										 |  |  | # This is a bit of a mess.  The documents are identified by short names:
 | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | #   api -- Python/C API Reference Manual
 | 
					
						
							| 
									
										
										
										
											1999-04-22 14:16:14 +00:00
										 |  |  | #   doc -- Documenting Python
 | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | #   ext -- Extending and Embedding the Python Interpreter
 | 
					
						
							|  |  |  | #   lib -- Library Reference Manual
 | 
					
						
							| 
									
										
										
										
											1998-07-24 15:42:12 +00:00
										 |  |  | #   mac -- Macintosh Library Modules
 | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | #   ref -- Python Reference Manual
 | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | #   tut -- Python Tutorial
 | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | #   inst -- Installing Python Modules
 | 
					
						
							|  |  |  | #   dist -- Distributing Python Modules
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2001-01-22 20:47:26 +00:00
										 |  |  | # The LaTeX sources for each of these documents are in subdirectories
 | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | # with the three-letter designations above as the directory names.
 | 
					
						
							| 
									
										
										
										
											1996-10-22 20:00:02 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2001-01-22 20:47:26 +00:00
										 |  |  | # The main target creates HTML for each of the documents.  You can
 | 
					
						
							|  |  |  | # also do "make lib" (etc.) to create the HTML versions of individual
 | 
					
						
							|  |  |  | # documents.
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | # 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
 | 
					
						
							| 
									
										
										
										
											1998-07-28 21:05:16 +00:00
										 |  |  | # number of environments for formatting function and data definitions.
 | 
					
						
							| 
									
										
										
										
											2001-01-22 20:47:26 +00:00
										 |  |  | # Documentation for the macros is included in "Documenting Python"; see
 | 
					
						
							|  |  |  | # http://www.python.org/doc/current/doc/doc.html, or the sources for
 | 
					
						
							|  |  |  | # this document in the doc/ directory.
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | # Everything is processed by LaTeX.  See the file `README' for more
 | 
					
						
							|  |  |  | # information on the tools needed for processing.
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # There's a problem with generating the index which has been solved by
 | 
					
						
							|  |  |  | # a sed command applied to the index file.  The shell script fix_hack
 | 
					
						
							|  |  |  | # does this (the Makefile takes care of calling it).
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # Additional targets attempt to convert selected LaTeX sources to
 | 
					
						
							|  |  |  | # various other formats.  These are generally site specific because
 | 
					
						
							|  |  |  | # the tools used are all but universal.  These targets are:
 | 
					
						
							| 
									
										
										
										
											1998-07-24 15:42:12 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2001-01-22 20:47:26 +00:00
										 |  |  | #   ps  -- convert all documents from LaTeX to PostScript
 | 
					
						
							|  |  |  | #   pdf -- convert all documents from LaTeX to the
 | 
					
						
							| 
									
										
										
										
											1998-07-28 21:05:16 +00:00
										 |  |  | #		Portable Document Format
 | 
					
						
							| 
									
										
										
										
											1998-07-24 15:42:12 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											1998-07-28 21:05:16 +00:00
										 |  |  | # See the README file for more information on these targets.
 | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | #
 | 
					
						
							|  |  |  | # The formatted output is located in subdirectories.  For PDF and
 | 
					
						
							|  |  |  | # PostScript, look in the paper-$(PAPER)/ directory.  For HTML, look in
 | 
					
						
							| 
									
										
										
										
											1998-07-24 15:42:12 +00:00
										 |  |  | # the html/ directory.  If you want to fix the GNU info process, look
 | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | # in the info/ directory; please send patches to python-docs@python.org.
 | 
					
						
							| 
									
										
										
										
											1995-03-20 13:00:32 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-08-29 16:30:21 +00:00
										 |  |  | # This Makefile only includes information on how to perform builds; for
 | 
					
						
							|  |  |  | # dependency information, see Makefile.deps.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-22 20:47:26 +00:00
										 |  |  | # Customization -- you *may* have to edit this
 | 
					
						
							| 
									
										
										
										
											1995-03-20 13:00:32 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-22 20:47:26 +00:00
										 |  |  | # You could set this to a4:
 | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | PAPER=letter | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | # Ideally, you shouldn't need to edit beyond this point
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-05-08 15:43:08 +00:00
										 |  |  | INFODIR=	info | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | TOOLSDIR=	tools | 
					
						
							| 
									
										
										
										
											1992-07-07 09:06:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-12 16:52:50 +00:00
										 |  |  | # This is the *documentation* release, and is used to construct the file
 | 
					
						
							|  |  |  | # names of the downloadable tarballs.
 | 
					
						
							| 
									
										
										
										
											2002-02-04 19:49:29 +00:00
										 |  |  | RELEASE=2.3a0 | 
					
						
							| 
									
										
										
										
											1999-07-12 16:52:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | PYTHON=	   python | 
					
						
							|  |  |  | DVIPS=	   dvips -N0 -t $(PAPER) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | MKDVI=	   $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi | 
					
						
							|  |  |  | MKHTML=	   $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
 | 
					
						
							| 
									
										
										
										
											2002-10-30 17:07:02 +00:00
										 |  |  | 		--iconserver ../icons --favicon ../icons/pyfav.gif \
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 		--address $(PYTHONDOCS) --up-link ../index.html \
 | 
					
						
							|  |  |  | 		--up-title "Python Documentation Index" \
 | 
					
						
							| 
									
										
										
										
											2001-10-30 16:28:46 +00:00
										 |  |  | 		--global-module-index "../modindex.html" --dvips-safe | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
 | 
					
						
							| 
									
										
										
										
											2002-10-01 15:20:20 +00:00
										 |  |  | 		--iconserver ../icons \
 | 
					
						
							| 
									
										
										
										
											2001-10-30 16:28:46 +00:00
										 |  |  | 		--l2h-init perl/isilo.perl --numeric --split 1 \
 | 
					
						
							|  |  |  | 		--dvips-safe | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | MKISILO=   iSilo386 -U -y -rCR -d0 | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | MKPDF=	   $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --pdf | 
					
						
							|  |  |  | MKPS=	   $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --ps | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | BUILDINDEX=$(TOOLSDIR)/buildindex.py | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | PYTHONDOCS="See <i><a href=\"about.html\">About this document...</a></i> for information on suggesting changes." | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | HTMLBASE=  file:`pwd` | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-03 04:50:51 +00:00
										 |  |  | # The emacs binary used to build the info docs. GNU Emacs 21 is required.
 | 
					
						
							|  |  |  | EMACS=     emacs | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | # The end of this should reflect the major/minor version numbers of
 | 
					
						
							|  |  |  | # the release:
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | WHATSNEW=whatsnew23 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # what's what
 | 
					
						
							|  |  |  | MANDVIFILES=	paper-$(PAPER)/api.dvi paper-$(PAPER)/ext.dvi \
 | 
					
						
							|  |  |  | 		paper-$(PAPER)/lib.dvi paper-$(PAPER)/mac.dvi \
 | 
					
						
							|  |  |  | 		paper-$(PAPER)/ref.dvi paper-$(PAPER)/tut.dvi | 
					
						
							|  |  |  | HOWTODVIFILES=	paper-$(PAPER)/doc.dvi paper-$(PAPER)/inst.dvi \
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | 		paper-$(PAPER)/dist.dvi paper-$(PAPER)/$(WHATSNEW).dvi | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | MANPDFFILES=	paper-$(PAPER)/api.pdf paper-$(PAPER)/ext.pdf \
 | 
					
						
							|  |  |  | 		paper-$(PAPER)/lib.pdf paper-$(PAPER)/mac.pdf \
 | 
					
						
							|  |  |  | 		paper-$(PAPER)/ref.pdf paper-$(PAPER)/tut.pdf | 
					
						
							|  |  |  | HOWTOPDFFILES=	paper-$(PAPER)/doc.pdf paper-$(PAPER)/inst.pdf \
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | 		paper-$(PAPER)/dist.pdf paper-$(PAPER)/$(WHATSNEW).pdf | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | MANPSFILES=	paper-$(PAPER)/api.ps paper-$(PAPER)/ext.ps \
 | 
					
						
							|  |  |  | 		paper-$(PAPER)/lib.ps paper-$(PAPER)/mac.ps \
 | 
					
						
							|  |  |  | 		paper-$(PAPER)/ref.ps paper-$(PAPER)/tut.ps | 
					
						
							|  |  |  | HOWTOPSFILES=	paper-$(PAPER)/doc.ps paper-$(PAPER)/inst.ps \
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | 		paper-$(PAPER)/dist.ps paper-$(PAPER)/$(WHATSNEW).ps | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | DVIFILES=	$(MANDVIFILES) $(HOWTODVIFILES) | 
					
						
							|  |  |  | PDFFILES=	$(MANPDFFILES) $(HOWTOPDFFILES) | 
					
						
							|  |  |  | PSFILES=	$(MANPSFILES) $(HOWTOPSFILES) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | HTMLCSSFILES=html/api/api.css \
 | 
					
						
							|  |  |  | 	html/doc/doc.css \
 | 
					
						
							|  |  |  | 	html/ext/ext.css \
 | 
					
						
							|  |  |  | 	html/lib/lib.css \
 | 
					
						
							|  |  |  | 	html/mac/mac.css \
 | 
					
						
							|  |  |  | 	html/ref/ref.css \
 | 
					
						
							|  |  |  | 	html/tut/tut.css \
 | 
					
						
							|  |  |  | 	html/inst/inst.css \
 | 
					
						
							|  |  |  | 	html/dist/dist.css | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ISILOCSSFILES=isilo/api/api.css \
 | 
					
						
							|  |  |  | 	isilo/doc/doc.css \
 | 
					
						
							|  |  |  | 	isilo/ext/ext.css \
 | 
					
						
							|  |  |  | 	isilo/lib/lib.css \
 | 
					
						
							|  |  |  | 	isilo/mac/mac.css \
 | 
					
						
							|  |  |  | 	isilo/ref/ref.css \
 | 
					
						
							|  |  |  | 	isilo/tut/tut.css \
 | 
					
						
							|  |  |  | 	isilo/inst/inst.css \
 | 
					
						
							|  |  |  | 	isilo/dist/dist.css | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ALLCSSFILES=$(HTMLCSSFILES) $(ISILOCSSFILES) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | INDEXFILES=html/api/api.html \
 | 
					
						
							|  |  |  | 	html/doc/doc.html \
 | 
					
						
							|  |  |  | 	html/ext/ext.html \
 | 
					
						
							|  |  |  | 	html/lib/lib.html \
 | 
					
						
							|  |  |  | 	html/mac/mac.html \
 | 
					
						
							|  |  |  | 	html/ref/ref.html \
 | 
					
						
							|  |  |  | 	html/tut/tut.html \
 | 
					
						
							|  |  |  | 	html/inst/inst.html \
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | 	html/dist/dist.html \
 | 
					
						
							|  |  |  | 	html/whatsnew/$(WHATSNEW).html | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | ALLHTMLFILES=$(INDEXFILES) html/index.html html/modindex.html html/acks.html | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | COMMONPERL= perl/manual.perl perl/python.perl perl/l2hinit.perl | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-29 17:40:40 +00:00
										 |  |  | ANNOAPI=api/refcounts.dat tools/anno-api.py | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | include Makefile.deps | 
					
						
							| 
									
										
										
										
											1998-01-13 16:33:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | # These must be declared phony since there
 | 
					
						
							|  |  |  | # are directories with matching names:
 | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | .PHONY: api doc ext lib mac ref tut inst dist | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | .PHONY: html info isilo | 
					
						
							| 
									
										
										
										
											1998-05-07 01:39:06 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | # Main target
 | 
					
						
							| 
									
										
										
										
											2002-05-25 20:28:46 +00:00
										 |  |  | default:	html | 
					
						
							|  |  |  | all:		html dvi ps pdf isilo | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | dvi:	$(DVIFILES) | 
					
						
							|  |  |  | pdf:	$(PDFFILES) | 
					
						
							|  |  |  | ps:	$(PSFILES) | 
					
						
							| 
									
										
										
										
											1996-08-09 21:46:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | world:	ps pdf html distfiles | 
					
						
							| 
									
										
										
										
											1998-03-06 21:29:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1992-03-06 10:56:42 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Rules to build PostScript and PDF formats
 | 
					
						
							|  |  |  | .SUFFIXES: .dvi .ps | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | .dvi.ps: | 
					
						
							|  |  |  | 	$(DVIPS) -o $@ $< | 
					
						
							| 
									
										
										
										
											1998-05-11 18:25:46 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-07-24 13:58:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Targets for each document:
 | 
					
						
							|  |  |  | # Python/C API Reference Manual
 | 
					
						
							| 
									
										
										
										
											2001-10-29 17:40:40 +00:00
										 |  |  | paper-$(PAPER)/api.dvi: $(ANNOAPIFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) api.tex | 
					
						
							| 
									
										
										
										
											1999-03-16 16:11:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-29 17:40:40 +00:00
										 |  |  | paper-$(PAPER)/api.pdf: $(ANNOAPIFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) api.tex | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-10-04 19:23:06 +00:00
										 |  |  | paper-$(PAPER)/api.tex: api/api.tex | 
					
						
							|  |  |  | 	cp api/api.tex $@ | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-29 17:40:40 +00:00
										 |  |  | paper-$(PAPER)/abstract.tex: api/abstract.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/abstract.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/concrete.tex: api/concrete.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/concrete.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/exceptions.tex: api/exceptions.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/exceptions.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/init.tex: api/init.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/init.tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-10-04 19:23:06 +00:00
										 |  |  | paper-$(PAPER)/intro.tex: api/intro.tex | 
					
						
							|  |  |  | 	cp api/intro.tex $@ | 
					
						
							| 
									
										
										
										
											2001-10-29 17:40:40 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/memory.tex: api/memory.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/memory.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/newtypes.tex: api/newtypes.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/newtypes.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/refcounting.tex: api/refcounting.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/refcounting.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/utilities.tex: api/utilities.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/utilities.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/veryhigh.tex: api/veryhigh.tex $(ANNOAPI) | 
					
						
							|  |  |  | 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/veryhigh.tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Distributing Python Modules
 | 
					
						
							|  |  |  | paper-$(PAPER)/dist.dvi: $(DISTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../dist/dist.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/dist.pdf: $(DISTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../dist/dist.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Documenting Python
 | 
					
						
							|  |  |  | paper-$(PAPER)/doc.dvi: $(DOCFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../doc/doc.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/doc.pdf: $(DOCFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../doc/doc.tex | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Extending and Embedding the Python Interpreter
 | 
					
						
							|  |  |  | paper-$(PAPER)/ext.dvi: $(EXTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../ext/ext.tex | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/ext.pdf: $(EXTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../ext/ext.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Installing Python Modules
 | 
					
						
							|  |  |  | paper-$(PAPER)/inst.dvi: $(INSTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../inst/inst.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/inst.pdf: $(INSTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../inst/inst.tex | 
					
						
							| 
									
										
										
										
											1999-03-16 16:11:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Python Library Reference
 | 
					
						
							|  |  |  | paper-$(PAPER)/lib.dvi: $(LIBFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../lib/lib.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/lib.pdf: $(LIBFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../lib/lib.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Macintosh Library Modules
 | 
					
						
							|  |  |  | paper-$(PAPER)/mac.dvi: $(MACFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../mac/mac.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/mac.pdf: $(MACFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../mac/mac.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Python Reference Manual
 | 
					
						
							|  |  |  | paper-$(PAPER)/ref.dvi: $(REFFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../ref/ref.tex | 
					
						
							| 
									
										
										
										
											1998-05-07 19:30:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/ref.pdf: $(REFFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../ref/ref.tex | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | # Python Tutorial
 | 
					
						
							|  |  |  | paper-$(PAPER)/tut.dvi: $(TUTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../tut/tut.tex | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | paper-$(PAPER)/tut.pdf: $(TUTFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../tut/tut.tex | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | # What's New in Python X.Y
 | 
					
						
							|  |  |  | paper-$(PAPER)/$(WHATSNEW).dvi: | 
					
						
							|  |  |  | 	cd paper-$(PAPER) && $(MKDVI) ../whatsnew/$(WHATSNEW).tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | paper-$(PAPER)/$(WHATSNEW).pdf: | 
					
						
							|  |  |  | 	cd paper-$(PAPER) && $(MKPDF) ../whatsnew/$(WHATSNEW).tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | # The remaining part of the Makefile is concerned with various
 | 
					
						
							| 
									
										
										
										
											1995-03-20 13:00:32 +00:00
										 |  |  | # conversions, as described above.  See also the README file.
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-05-08 15:43:08 +00:00
										 |  |  | info: | 
					
						
							| 
									
										
										
										
											2002-05-03 04:50:51 +00:00
										 |  |  | 	cd $(INFODIR) && $(MAKE) EMACS=$(EMACS) | 
					
						
							| 
									
										
										
										
											1998-02-22 19:47:13 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-03-20 13:00:32 +00:00
										 |  |  | # Targets to convert the manuals to HTML using Nikos Drakos' LaTeX to
 | 
					
						
							|  |  |  | # HTML converter.  For more info on this program, see
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | # <URL:http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html>.
 | 
					
						
							| 
									
										
										
										
											1996-11-11 21:03:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-12-29 20:01:55 +00:00
										 |  |  | # Note that LaTeX2HTML inserts references to an icons directory in
 | 
					
						
							|  |  |  | # each page that it generates.  I have placed a copy of this directory
 | 
					
						
							|  |  |  | # in the distribution to simplify the process of creating a
 | 
					
						
							|  |  |  | # self-contained HTML distribution; for this purpose I have also added
 | 
					
						
							|  |  |  | # a (trivial) index.html.  Change the definition of $ICONSERVER in
 | 
					
						
							| 
									
										
										
										
											1998-04-28 19:20:43 +00:00
										 |  |  | # perl/l2hinit.perl to use a different location for the icons directory.
 | 
					
						
							| 
									
										
										
										
											1996-11-11 21:03:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | # If you have the standard LaTeX2HTML icons installed, the versions shipped
 | 
					
						
							|  |  |  | # with this documentation should be stored in a separate directory and used
 | 
					
						
							|  |  |  | # instead.  The standard set does *not* include all the icons used in the
 | 
					
						
							|  |  |  | # Python documentation.
 | 
					
						
							| 
									
										
										
										
											1998-05-07 01:39:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | $(ALLCSSFILES): html/style.css | 
					
						
							|  |  |  | 	cp $< $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | $(INDEXFILES): $(COMMONPERL) html/about.dat tools/node2label.pl | 
					
						
							| 
									
										
										
										
											1996-11-11 21:03:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
 | 
					
						
							| 
									
										
										
										
											2002-10-30 17:07:02 +00:00
										 |  |  | 		--favicon icons/pyfav.gif \
 | 
					
						
							| 
									
										
										
										
											2001-02-22 23:06:21 +00:00
										 |  |  | 		--output html/acks.html <ACKS | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # html/index.html is dependent on $(INDEXFILES) since we want the date
 | 
					
						
							|  |  |  | # on the front index to be updated whenever any of the child documents
 | 
					
						
							|  |  |  | # are updated and boilerplate.tex uses \today as the date.  The index
 | 
					
						
							|  |  |  | # files are not used to actually generate content.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | BOILERPLATE=texinputs/boilerplate.tex | 
					
						
							|  |  |  | html/index.html: $(INDEXFILES) | 
					
						
							|  |  |  | html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py | 
					
						
							| 
									
										
										
										
											2002-03-26 20:29:11 +00:00
										 |  |  | 	$(PYTHON) tools/rewrite.py $(BOILERPLATE) \
 | 
					
						
							|  |  |  | 		RELEASE=$(RELEASE) WHATSNEW=$(WHATSNEW) \
 | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 		<$< >$@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | html/modindex.html: $(TOOLSDIR)/support.py $(TOOLSDIR)/mkmodindex | 
					
						
							|  |  |  | html/modindex.html: html/lib/lib.html html/mac/mac.html | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd html && \
 | 
					
						
							|  |  |  | 	 $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \
 | 
					
						
							|  |  |  | 		--output modindex.html --address $(PYTHONDOCS) \
 | 
					
						
							| 
									
										
										
										
											2002-10-30 17:07:02 +00:00
										 |  |  | 		--favicon icons/pyfav.gif \
 | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 		lib/modindex.html mac/modindex.html | 
					
						
							| 
									
										
										
										
											1999-03-18 19:08:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | html:	$(ALLHTMLFILES) $(HTMLCSSFILES) | 
					
						
							| 
									
										
										
										
											1993-02-21 20:10:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | api: html/api/api.html html/api/api.css | 
					
						
							| 
									
										
										
										
											2002-05-23 19:41:25 +00:00
										 |  |  | html/api/api.html: $(APIFILES) api/refcounts.dat | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/api api/api.tex | 
					
						
							| 
									
										
										
										
											1998-05-06 19:51:39 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | doc: html/doc/doc.html html/doc/doc.css | 
					
						
							|  |  |  | html/doc/doc.html: $(DOCFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/doc doc/doc.tex | 
					
						
							| 
									
										
										
										
											1998-05-15 17:02:10 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | ext: html/ext/ext.html html/ext/ext.css | 
					
						
							|  |  |  | html/ext/ext.html: $(EXTFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/ext ext/ext.tex | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | lib: html/lib/lib.html html/lib/lib.css | 
					
						
							|  |  |  | html/lib/lib.html: $(LIBFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/lib lib/lib.tex | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | mac: html/mac/mac.html html/mac/mac.css | 
					
						
							|  |  |  | html/mac/mac.html: $(MACFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/mac mac/mac.tex | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | ref: html/ref/ref.html html/ref/ref.css | 
					
						
							|  |  |  | html/ref/ref.html: $(REFFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/ref ref/ref.tex | 
					
						
							| 
									
										
										
										
											2000-04-28 16:53:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | tut: html/tut/tut.html html/tut/tut.css | 
					
						
							|  |  |  | html/tut/tut.html: $(TUTFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(MKHTML) --dir html/tut --numeric --split 3 tut/tut.tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | inst: html/inst/inst.html html/inst/inst.css | 
					
						
							|  |  |  | html/inst/inst.html: $(INSTFILES) perl/distutils.perl | 
					
						
							| 
									
										
										
										
											2001-03-01 18:38:56 +00:00
										 |  |  | 	$(MKHTML) --dir html/inst --split 4 inst/inst.tex | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | dist: html/dist/dist.html html/dist/dist.css | 
					
						
							|  |  |  | html/dist/dist.html: $(DISTFILES) perl/distutils.perl | 
					
						
							| 
									
										
										
										
											2001-03-01 18:38:56 +00:00
										 |  |  | 	$(MKHTML) --dir html/dist --split 4 dist/dist.tex | 
					
						
							| 
									
										
										
										
											2000-04-07 16:27:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | whatsnew: html/whatsnew/$(WHATSNEW).html | 
					
						
							|  |  |  | html/whatsnew/$(WHATSNEW).html: whatsnew/$(WHATSNEW).tex | 
					
						
							|  |  |  | 	$(MKHTML) --dir html/whatsnew --split 4 whatsnew/$(WHATSNEW).tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-03-06 21:29:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | # The iSilo format is used by the iSilo document reader for PalmOS devices.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ISILOINDEXFILES=isilo/api/api.html \
 | 
					
						
							|  |  |  | 	isilo/doc/doc.html \
 | 
					
						
							|  |  |  | 	isilo/ext/ext.html \
 | 
					
						
							|  |  |  | 	isilo/lib/lib.html \
 | 
					
						
							|  |  |  | 	isilo/mac/mac.html \
 | 
					
						
							|  |  |  | 	isilo/ref/ref.html \
 | 
					
						
							|  |  |  | 	isilo/tut/tut.html \
 | 
					
						
							|  |  |  | 	isilo/inst/inst.html \
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | 	isilo/dist/dist.html \
 | 
					
						
							|  |  |  | 	isilo/whatsnew/$(WHATSNEW).html | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | $(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo:	isilo/python-api.pdb \ | 
					
						
							|  |  |  | 	isilo/python-doc.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-ext.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-lib.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-mac.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-ref.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-tut.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-dist.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-inst.pdb \
 | 
					
						
							|  |  |  | 	isilo/python-whatsnew.pdb | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/python-api.pdb: isilo/api/api.html isilo/api/api.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iPython/C API Reference Manual" \
 | 
					
						
							|  |  |  | 		isilo/api/api.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-doc.pdb: isilo/doc/doc.html isilo/doc/doc.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iDocumenting Python" \
 | 
					
						
							|  |  |  | 		isilo/doc/doc.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-ext.pdb: isilo/ext/ext.html isilo/ext/ext.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iExtending & Embedding Python" \
 | 
					
						
							|  |  |  | 		isilo/ext/ext.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-lib.pdb: isilo/lib/lib.html isilo/lib/lib.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iPython Library Reference" \
 | 
					
						
							|  |  |  | 		isilo/lib/lib.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-mac.pdb: isilo/mac/mac.html isilo/mac/mac.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iPython/C API Reference Manual" \
 | 
					
						
							|  |  |  | 		isilo/mac/mac.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-ref.pdb: isilo/ref/ref.html isilo/ref/ref.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iPython Reference Manual" \
 | 
					
						
							|  |  |  | 		isilo/ref/ref.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-tut.pdb: isilo/tut/tut.html isilo/tut/tut.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iPython Tutorial" \
 | 
					
						
							|  |  |  | 		isilo/tut/tut.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-dist.pdb: isilo/dist/dist.html isilo/dist/dist.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iDistributing Python Modules" \
 | 
					
						
							|  |  |  | 		isilo/dist/dist.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-inst.pdb: isilo/inst/inst.html isilo/inst/inst.css | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILO) "-iInstalling Python Modules" \
 | 
					
						
							|  |  |  | 		isilo/inst/inst.html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | isilo/python-whatsnew.pdb: isilo/whatsnew/$(WHATSNEW).html isilo/whatsnew/$(WHATSNEW).css | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | 	$(MKISILO) "-iWhat's New in Python X.Y" \
 | 
					
						
							|  |  |  | 		isilo/whatsnew/$(WHATSNEW).html $@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-05-23 19:41:25 +00:00
										 |  |  | isilo/api/api.html: $(APIFILES) api/refcounts.dat | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	$(MKISILOHTML) --dir isilo/api api/api.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/doc/doc.html: $(DOCFILES) | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/doc doc/doc.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/ext/ext.html: $(EXTFILES) | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/ext ext/ext.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/lib/lib.html: $(LIBFILES) | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/lib lib/lib.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/mac/mac.html: $(MACFILES) | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/mac mac/mac.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/ref/ref.html: $(REFFILES) | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/ref ref/ref.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/tut/tut.html: $(TUTFILES) | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/tut tut/tut.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/inst/inst.html: $(INSTFILES) perl/distutils.perl | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/inst inst/inst.tex | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo/dist/dist.html: $(DISTFILES) perl/distutils.perl | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/dist dist/dist.tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-26 19:18:18 +00:00
										 |  |  | isilo/whatsnew/$(WHATSNEW).html: whatsnew/$(WHATSNEW).tex | 
					
						
							|  |  |  | 	$(MKISILOHTML) --dir isilo/whatsnew whatsnew/$(WHATSNEW).tex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | # These are useful if you need to transport the iSilo-ready HTML to
 | 
					
						
							|  |  |  | # another machine to perform the conversion:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilozip:  isilo-html-$(RELEASE).zip | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | isilo-html-$(RELEASE).zip:	$(ISILOINDEXFILES) | 
					
						
							|  |  |  | 	rm -f $@ | 
					
						
							|  |  |  | 	cd isilo && \
 | 
					
						
							|  |  |  | 		zip -q -9 ../$@ */*.css */*.html */*.txt | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-03-06 21:29:34 +00:00
										 |  |  | # webchecker needs an extra flag to process the huge index from the libref
 | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | WEBCHECKER=$(PYTHON) ../Tools/webchecker/webchecker.py | 
					
						
							|  |  |  | HTMLBASE=  file:`pwd`/html | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | webcheck: $(ALLHTMLFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(WEBCHECKER) $(HTMLBASE)/api/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/doc/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/ext/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -m290000 $(HTMLBASE)/lib/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/mac/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/ref/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/tut/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/dist/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) $(HTMLBASE)/inst/ | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | 	$(WEBCHECKER) $(HTMLBASE)/whatsnew/ | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | fastwebcheck: $(ALLHTMLFILES) | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/api/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/doc/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/ext/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x -m290000 $(HTMLBASE)/lib/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/mac/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/ref/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/tut/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/dist/ | 
					
						
							|  |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/inst/ | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | 	$(WEBCHECKER) -x $(HTMLBASE)/whatsnew/ | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Release packaging targets:
 | 
					
						
							| 
									
										
										
										
											1997-05-15 21:43:21 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts | 
					
						
							| 
									
										
										
										
											2002-04-17 03:31:08 +00:00
										 |  |  | 	cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts -r $(RELEASE) >../$@ | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-01-08 15:49:45 +00:00
										 |  |  | info-$(RELEASE).tgz: info | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd $(INFODIR) && tar cf - README python.dir python-*.info* \
 | 
					
						
							| 
									
										
										
										
											1999-01-29 22:23:25 +00:00
										 |  |  | 		| gzip -9 >$@ | 
					
						
							| 
									
										
										
										
											1998-02-19 16:01:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | info-$(RELEASE).tar.bz2: info | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd $(INFODIR) && tar cf - README python.dir python-*.info* \
 | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 		| bzip2 -9 >$@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-05-11 21:10:15 +00:00
										 |  |  | latex-$(RELEASE).tgz: | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	$(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE) | 
					
						
							| 
									
										
										
										
											1998-03-05 16:37:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | latex-$(RELEASE).tar.bz2: | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	$(PYTHON) $(TOOLSDIR)/mksourcepkg --bzip2 $(RELEASE) | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | latex-$(RELEASE).zip: | 
					
						
							| 
									
										
										
										
											2000-04-04 20:58:25 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	$(PYTHON) $(TOOLSDIR)/mksourcepkg --zip $(RELEASE) | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | pdf-$(PAPER)-$(RELEASE).tar: $(PDFFILES) | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							|  |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp paper-$(PAPER)/*.pdf Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	tar cf $@ Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | pdf-$(PAPER)-$(RELEASE).tgz: pdf-$(PAPER)-$(RELEASE).tar | 
					
						
							|  |  |  | 	gzip -9 <$? >$@ | 
					
						
							| 
									
										
										
										
											1998-02-12 22:33:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | pdf-$(PAPER)-$(RELEASE).tar.bz2: pdf-$(PAPER)-$(RELEASE).tar | 
					
						
							|  |  |  | 	bzip2 -9 <$? >$@ | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | pdf-$(PAPER)-$(RELEASE).zip: pdf | 
					
						
							| 
									
										
										
										
											2000-04-04 20:58:25 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp paper-$(PAPER)/*.pdf Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	zip -q -r -9 $@ Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | postscript-$(PAPER)-$(RELEASE).tar: $(PSFILES) paper-$(PAPER)/README | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							|  |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp paper-$(PAPER)/*.ps Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp paper-$(PAPER)/README Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	tar cf $@ Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							| 
									
										
										
										
											1998-02-12 22:33:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | postscript-$(PAPER)-$(RELEASE).tar.bz2: postscript-$(PAPER)-$(RELEASE).tar | 
					
						
							|  |  |  | 	bzip2 -9 <$< >$@ | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | postscript-$(PAPER)-$(RELEASE).tgz: postscript-$(PAPER)-$(RELEASE).tar | 
					
						
							|  |  |  | 	gzip -9 <$< >$@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README | 
					
						
							| 
									
										
										
										
											2000-04-04 20:58:25 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp paper-$(PAPER)/*.ps Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp paper-$(PAPER)/README Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	zip -q -r -9 $@ Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.txt | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES) | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cd html && tar cf ../temp.tar $(HTMLPKGFILES) | 
					
						
							|  |  |  | 	cd Python-Docs-$(RELEASE) && tar xf ../temp.tar | 
					
						
							|  |  |  | 	rm temp.tar | 
					
						
							|  |  |  | 	tar cf html-$(RELEASE).tar Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							| 
									
										
										
										
											1998-01-13 16:33:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-17 23:35:46 +00:00
										 |  |  | html-$(RELEASE).tgz:	html-$(RELEASE).tar | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | 	gzip -9 <$? >$@ | 
					
						
							| 
									
										
										
										
											2001-07-17 23:35:46 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | html-$(RELEASE).tar.bz2: html-$(RELEASE).tar | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | 	bzip2 -9 <$? >$@ | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-25 15:12:31 +00:00
										 |  |  | html-$(RELEASE).zip:	$(ALLHTMLFILES) $(HTMLCSSFILES) | 
					
						
							| 
									
										
										
										
											2000-04-04 20:58:25 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cd html && tar cf ../temp.tar $(HTMLPKGFILES) | 
					
						
							|  |  |  | 	cd Python-Docs-$(RELEASE) && tar xf ../temp.tar | 
					
						
							|  |  |  | 	rm temp.tar | 
					
						
							|  |  |  | 	zip -q -r -9 $@ Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | isilo-$(RELEASE).zip:	isilo | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	rm -f $@ | 
					
						
							|  |  |  | 	mkdir Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	cp isilo/python-*.pdb Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	zip -q -r -9 $@ Python-Docs-$(RELEASE) | 
					
						
							|  |  |  | 	rm -r Python-Docs-$(RELEASE) | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-02-19 16:01:04 +00:00
										 |  |  | # convenience targets:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | tarhtml:	html-$(RELEASE).tgz | 
					
						
							| 
									
										
										
										
											1999-01-08 15:49:45 +00:00
										 |  |  | tarinfo:	info-$(RELEASE).tgz | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | tarps:		postscript-$(PAPER)-$(RELEASE).tgz | 
					
						
							|  |  |  | tarpdf:		pdf-$(PAPER)-$(RELEASE).tgz | 
					
						
							|  |  |  | tarlatex:	latex-$(RELEASE).tgz | 
					
						
							| 
									
										
										
										
											1998-02-19 16:01:04 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-08-02 20:20:14 +00:00
										 |  |  | tarballs:	tarpdf tarps tarhtml | 
					
						
							| 
									
										
										
										
											1997-11-25 20:49:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | ziphtml:	html-$(RELEASE).zip | 
					
						
							|  |  |  | zipps:		postscript-$(PAPER)-$(RELEASE).zip | 
					
						
							|  |  |  | zippdf:		pdf-$(PAPER)-$(RELEASE).zip | 
					
						
							|  |  |  | ziplatex:	latex-$(RELEASE).zip | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | zipisilo:	isilo-$(RELEASE).zip | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-01 02:37:37 +00:00
										 |  |  | zips:		zippdf zipps ziphtml | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | bziphtml:	html-$(RELEASE).tar.bz2 | 
					
						
							|  |  |  | bzipinfo:	info-$(RELEASE).tar.bz2 | 
					
						
							|  |  |  | bzipps:		postscript-$(PAPER)-$(RELEASE).tar.bz2 | 
					
						
							|  |  |  | bzippdf:	pdf-$(PAPER)-$(RELEASE).tar.bz2 | 
					
						
							|  |  |  | bziplatex:	latex-$(RELEASE).tar.bz2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-08-02 20:20:14 +00:00
										 |  |  | bzips:		bzippdf bzipps bziphtml | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-13 18:00:23 +00:00
										 |  |  | disthtml:	tarhtml bziphtml ziphtml | 
					
						
							|  |  |  | distinfo:	tarinfo bzipinfo | 
					
						
							|  |  |  | distps:		tarps bzipps zipps | 
					
						
							|  |  |  | distpdf:	tarpdf bzippdf zippdf | 
					
						
							|  |  |  | distlatex:	tarlatex bziplatex ziplatex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | paperdist:	distpdf distps | 
					
						
							| 
									
										
										
										
											2001-12-12 06:22:43 +00:00
										 |  |  | edist:		disthtml zipisilo | 
					
						
							| 
									
										
										
										
											2001-07-18 21:17:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | distfiles:	paperdist edist | 
					
						
							| 
									
										
										
										
											2001-01-25 17:32:51 +00:00
										 |  |  | 	$(TOOLSDIR)/mksourcepkg --all $(RELEASE) | 
					
						
							| 
									
										
										
										
											1999-07-27 16:30:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Housekeeping targets
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-05-15 21:43:21 +00:00
										 |  |  | # Remove temporary files; all except the following:
 | 
					
						
							| 
									
										
										
										
											1998-03-03 22:02:19 +00:00
										 |  |  | # - sources: .tex, .bib, .sty, *.cls
 | 
					
						
							| 
									
										
										
										
											1998-02-12 22:33:50 +00:00
										 |  |  | # - useful results: .dvi, .pdf, .ps, .texi, .info
 | 
					
						
							| 
									
										
										
										
											1998-03-06 21:29:34 +00:00
										 |  |  | clean: | 
					
						
							| 
									
										
										
										
											2001-07-17 23:35:46 +00:00
										 |  |  | 	rm -f html-$(RELEASE).tar | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd $(INFODIR) && $(MAKE) clean | 
					
						
							| 
									
										
										
										
											1992-07-07 09:06:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-03-17 16:01:35 +00:00
										 |  |  | # Remove temporaries as well as final products
 | 
					
						
							| 
									
										
										
										
											1999-01-08 15:49:45 +00:00
										 |  |  | clobber: | 
					
						
							| 
									
										
										
										
											2001-07-17 23:35:46 +00:00
										 |  |  | 	rm -f html-$(RELEASE).tar | 
					
						
							| 
									
										
										
										
											1998-08-12 17:08:37 +00:00
										 |  |  | 	rm -f html-$(RELEASE).tgz info-$(RELEASE).tgz | 
					
						
							|  |  |  | 	rm -f pdf-$(RELEASE).tgz postscript-$(RELEASE).tgz | 
					
						
							| 
									
										
										
										
											1999-07-23 16:11:36 +00:00
										 |  |  | 	rm -f latex-$(RELEASE).tgz html-$(RELEASE).zip | 
					
						
							|  |  |  | 	rm -f pdf-$(RELEASE).zip postscript-$(RELEASE).zip | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	rm -f $(DVIFILES) $(PSFILES) $(PDFFILES) | 
					
						
							| 
									
										
										
										
											2001-07-17 16:53:19 +00:00
										 |  |  | 	cd $(INFODIR) && $(MAKE) clobber | 
					
						
							| 
									
										
										
										
											2002-02-04 19:49:29 +00:00
										 |  |  | 	rm -f paper-$(PAPER)/*.tex paper-$(PAPER)/*.ind paper-$(PAPER)/*.idx | 
					
						
							|  |  |  | 	rm -f paper-$(PAPER)/*.l2h paper-$(PAPER)/*.how paper-$(PAPER)/README | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 	rm -rf html/index.html html/modindex.html html/acks.html | 
					
						
							|  |  |  | 	rm -rf html/api/ html/doc/ html/ext/ html/lib/ html/mac/ | 
					
						
							|  |  |  | 	rm -rf html/ref/ html/tut/ html/inst/ html/dist/ | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | 	rm -rf html/whatsnew/ | 
					
						
							| 
									
										
										
										
											2001-10-19 21:12:57 +00:00
										 |  |  | 	rm -rf isilo/api/ isilo/doc/ isilo/ext/ isilo/lib/ isilo/mac/ | 
					
						
							|  |  |  | 	rm -rf isilo/ref/ isilo/tut/ isilo/inst/ isilo/dist/ | 
					
						
							| 
									
										
										
										
											2002-03-26 19:53:56 +00:00
										 |  |  | 	rm -rf isilo/whatsnew/ | 
					
						
							| 
									
										
										
										
											2002-08-09 20:20:50 +00:00
										 |  |  | 	rm -f isilo/python-*.pdb isilo-$(RELEASE).zip | 
					
						
							| 
									
										
										
										
											2001-02-19 19:19:26 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | realclean distclean:  clobber |