[Python-checkins] r60917 - python/tags/r252/Doc/Makefile
fred.drake
python-checkins at python.org
Thu Feb 21 13:57:32 CET 2008
Author: fred.drake
Date: Thu Feb 21 13:57:32 2008
New Revision: 60917
Modified:
python/tags/r252/Doc/Makefile
Log:
as for r252c1, add the tag information so the source package is right
Modified: python/tags/r252/Doc/Makefile
==============================================================================
--- python/tags/r252/Doc/Makefile (original)
+++ python/tags/r252/Doc/Makefile Thu Feb 21 13:57:32 2008
@@ -564,14 +564,14 @@
| bzip2 -9 >../$@
latex-$(RELEASE).tgz:
- $(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE)
+ $(PYTHON) $(TOOLSDIR)/mksourcepkg --gzip $(RELEASE) tags/r252
latex-$(RELEASE).tar.bz2:
- $(PYTHON) $(TOOLSDIR)/mksourcepkg --bzip2 $(RELEASE)
+ $(PYTHON) $(TOOLSDIR)/mksourcepkg --bzip2 $(RELEASE) tags/r252
latex-$(RELEASE).zip:
rm -f $@
- $(PYTHON) $(TOOLSDIR)/mksourcepkg --zip $(RELEASE)
+ $(PYTHON) $(TOOLSDIR)/mksourcepkg --zip $(RELEASE) tags/r252
pdf-$(PAPER)-$(RELEASE).tar: $(PDFFILES)
rm -f $@
@@ -700,7 +700,7 @@
$(TOOLSDIR)/mkpkglist >pkglist.html
distfiles: paperdist edist
- $(TOOLSDIR)/mksourcepkg --bzip2 --zip $(RELEASE)
+ $(TOOLSDIR)/mksourcepkg --bzip2 --zip $(RELEASE) tags/r252
$(TOOLSDIR)/mkpkglist >pkglist.html
More information about the Python-checkins
mailing list