[Python-checkins] r60807 - python/tags/r251c1/Doc/Makefile

fred.drake python-checkins at python.org
Thu Feb 14 15:09:22 CET 2008


Author: fred.drake
Date: Thu Feb 14 15:09:21 2008
New Revision: 60807

Modified:
   python/tags/r251c1/Doc/Makefile
Log:
reverting; wrong tag

Modified: python/tags/r251c1/Doc/Makefile
==============================================================================
--- python/tags/r251c1/Doc/Makefile	(original)
+++ python/tags/r251c1/Doc/Makefile	Thu Feb 14 15:09:21 2008
@@ -564,14 +564,14 @@
 		| bzip2 -9 >../$@
 
 latex-$(RELEASE).tgz:
-	$(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE) tags/r251c1
+	$(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE)
 
 latex-$(RELEASE).tar.bz2:
-	$(PYTHON) $(TOOLSDIR)/mksourcepkg --bzip2 $(RELEASE) tags/r251c1
+	$(PYTHON) $(TOOLSDIR)/mksourcepkg --bzip2 $(RELEASE)
 
 latex-$(RELEASE).zip:
 	rm -f $@
-	$(PYTHON) $(TOOLSDIR)/mksourcepkg --zip $(RELEASE) tags/r251c1
+	$(PYTHON) $(TOOLSDIR)/mksourcepkg --zip $(RELEASE)
 
 pdf-$(PAPER)-$(RELEASE).tar: $(PDFFILES)
 	rm -f $@
@@ -700,7 +700,7 @@
 	$(TOOLSDIR)/mkpkglist >pkglist.html
 
 distfiles:	paperdist edist
-	$(TOOLSDIR)/mksourcepkg --bzip2 --zip $(RELEASE) tags/r251c1
+	$(TOOLSDIR)/mksourcepkg --bzip2 --zip $(RELEASE)
 	$(TOOLSDIR)/mkpkglist >pkglist.html
 
 


More information about the Python-checkins mailing list