summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-14 22:35:05 (GMT)
committerFred Drake <fdrake@acm.org>1999-01-14 22:35:05 (GMT)
commit589bc63e84151dace45ea6104a70ee30184ee482 (patch)
tree4611a3b14605add0b5b68af9d2c81c88045e37d5 /Doc
parent6038f54b745be53a155423f18cdb8502451974cd (diff)
downloadcpython-589bc63e84151dace45ea6104a70ee30184ee482.zip
cpython-589bc63e84151dace45ea6104a70ee30184ee482.tar.gz
cpython-589bc63e84151dace45ea6104a70ee30184ee482.tar.bz2
Add a "tarball" target.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sgmlconv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile
index 3574fea..23d4be0 100644
--- a/Doc/tools/sgmlconv/Makefile
+++ b/Doc/tools/sgmlconv/Makefile
@@ -28,6 +28,9 @@ xml:
$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) xml) \
done
+tarball:
+ tar cf - tools/sgmlconv */*.sgml | gzip -9 >sgml-1.5.2b1.tgz
+
clean:
for DIR in $(SUBDIRS) ; do \
(cd $$DIR; \