Add a "tarball" target.

This commit is contained in:
Fred Drake 1999-01-14 22:35:05 +00:00
parent 6038f54b74
commit 589bc63e84
1 changed files with 3 additions and 0 deletions

View 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; \