Kaydet (Commit) 589bc63e authored tarafından Fred Drake's avatar Fred Drake

Add a "tarball" target.

üst 6038f54b
......@@ -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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment