]> granicus.if.org Git - python/commitdiff
Added the Doc/sgml/ directory to the tarball.
authorFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 21:22:55 +0000 (21:22 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 21:22:55 +0000 (21:22 +0000)
Doc/tools/sgmlconv/Makefile

index 7437933b259be48735ade9c308142949395cd250..6d87cc020a3b622117bb7b892ce04d89aae3c5bb 100644 (file)
@@ -30,7 +30,7 @@ xml:
        done
 
 tarball:  sgml
-       tar cf - tools/sgmlconv */*.sgml | gzip -9 >sgml-1.5.2b1.tgz
+       tar cf - sgml tools/sgmlconv */*.sgml | gzip -9 >sgml-1.5.2b1.tgz
 
 api:
        cd api; $(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR)