python/dist/src/Doc Makefile,1.270,1.271
Update of /cvsroot/python/python/dist/src/Doc In directory sc8-pr-cvs1:/tmp/cvs-serv9780 Modified Files: Makefile Log Message: - update pkglist.html more frequently, and explain why that's helpful - add a comment explaining what pkglist.html is for Index: Makefile =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v retrieving revision 1.270 retrieving revision 1.271 diff -C2 -d -r1.270 -r1.271 *** Makefile 27 Sep 2003 22:07:04 -0000 1.270 --- Makefile 28 Sep 2003 16:25:43 -0000 1.271 *************** *** 678,684 **** distlatex: tarlatex bziplatex ziplatex ! paperdist: distpdf distps ! edist: disthtml distinfo zipisilo pkglist: $(TOOLSDIR)/mkpkglist >pkglist.html --- 678,696 ---- distlatex: tarlatex bziplatex ziplatex ! # We use the "pkglist" target at the end of these to ensure the ! # package list is updated after building either of these; this seems a ! # reasonable compromise between only building it for distfiles or ! # having to build it manually. Doing it here allows the packages for ! # distribution to be built using either of ! # make distfiles && make PAPER=a4 paperdist ! # make paperdist && make PAPER=a4 distfiles ! # The small amount of additional work is a small price to pay for not ! # having to remember which order to do it in. ;) ! paperdist: distpdf distps pkglist ! edist: disthtml distinfo zipisilo pkglist + # The pkglist.html file is used as part of the download.html page on + # python.org; it is not used as intermediate input here or as part of + # the packages created. pkglist: $(TOOLSDIR)/mkpkglist >pkglist.html
participants (1)
-
fdrake@users.sourceforge.net