]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a "tarball" target.
authorFred Drake <fdrake@acm.org>
Thu, 14 Jan 1999 22:35:05 +0000 (22:35 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Jan 1999 22:35:05 +0000 (22:35 +0000)
Doc/tools/sgmlconv/Makefile

index 3574fea7cd86e7dfbc23e231c73b392b66e1661b..23d4be047c99eb0ce1fc09df2b119343366887f7 100644 (file)
@@ -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; \