]> granicus.if.org Git - python/commitdiff
Add "Documenting Python" to the list of processed documents.
authorFred Drake <fdrake@acm.org>
Thu, 18 Mar 1999 19:07:04 +0000 (19:07 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Mar 1999 19:07:04 +0000 (19:07 +0000)
Doc/html/Makefile

index e6bf339aaa114c7807c6fafc288cb089d75a92e1..4ff1dd34dcb6d1629a0b577c049ca2845470a1ca 100644 (file)
@@ -28,6 +28,7 @@ PYTHONDOCS='<hr>Send comments to <a href="mailto:python-docs@python.org">python-
 HTMLBASE=  file:`pwd`
 
 INDEXFILES=api/api.html \
+       doc/doc.html \
        ext/ext.html \
        lib/lib.html \
        mac/mac.html \
@@ -60,6 +61,10 @@ modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
 api/api.html:  $(PAPERDIR)/api.aux $(BUILDINDEX)
        $(MKHTML) api $(L2HARGS)
 
+doc/doc.html:  $(DOCFILES) $(BUILDINDEX) $(TOPDIR)/perl/ltxmarkup.perl
+       $(TOOLSDIR)/mkhowto --address $(PYTHONDOCS) --html \
+               $(TOPDIR)/doc/doc.tex
+
 ext/ext.html:  $(PAPERDIR)/ext.aux
        $(MKHTML) ext $(L2HARGS)
 
@@ -99,6 +104,7 @@ $(PAPERDIR)/tut.aux: $(TUTFILES)
 
 webcheck: all
        $(WEBCHECKER) $(HTMLBASE)/api/
+       $(WEBCHECKER) $(HTMLBASE)/doc/
        $(WEBCHECKER) $(HTMLBASE)/ext/
        $(WEBCHECKER) -m290000 $(HTMLBASE)/lib/
        $(WEBCHECKER) $(HTMLBASE)/mac/
@@ -109,4 +115,4 @@ clean:
        rm -rf @webchecker.pickle
 
 clobber: clean
-       rm -rf api/ ext/ lib/ mac/ ref/ tut/
+       rm -rf api/ doc/ ext/ lib/ mac/ ref/ tut/