From: Fred Drake Date: Thu, 14 Jan 1999 22:35:05 +0000 (+0000) Subject: Add a "tarball" target. X-Git-Tag: v1.5.2b2~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=589bc63e84151dace45ea6104a70ee30184ee482;p=thirdparty%2FPython%2Fcpython.git Add a "tarball" target. --- diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile index 3574fea7cd86..23d4be047c99 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; \