mirror of https://github.com/python/cpython
Add a "tarball" target.
This commit is contained in:
parent
6038f54b74
commit
589bc63e84
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue