summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sgmlconv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/Makefile b/Doc/tools/sgmlconv/Makefile
index 3574fea..23d4be0 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; \