From: Fred Drake <fdrake@acm.org>
Date: Fri, 29 Jan 1999 21:22:55 +0000 (+0000)
Subject: Added the Doc/sgml/ directory to the tarball.
X-Git-Tag: v1.5.2b2~205
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=666e60095be534eacc2bdb615a7c8f9339abe43f;p=python

Added the Doc/sgml/ directory to the tarball.
---

diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile
index 7437933b25..6d87cc020a 100644
--- a/Doc/tools/sgmlconv/Makefile
+++ b/Doc/tools/sgmlconv/Makefile
@@ -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)