summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-29 21:22:55 (GMT)
committerFred Drake <fdrake@acm.org>1999-01-29 21:22:55 (GMT)
commit666e60095be534eacc2bdb615a7c8f9339abe43f (patch)
tree751572905614ad8601f5430bcf6857ab097563a3 /Doc/tools
parentcb65781d937decb88a39a9918f82939058cc474a (diff)
downloadcpython-666e60095be534eacc2bdb615a7c8f9339abe43f.zip
cpython-666e60095be534eacc2bdb615a7c8f9339abe43f.tar.gz
cpython-666e60095be534eacc2bdb615a7c8f9339abe43f.tar.bz2
Added the Doc/sgml/ directory to the tarball.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sgmlconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile
index 7437933..6d87cc0 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)