Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 589bc63

Browse files
committed
Add a "tarball" target.
1 parent 6038f54 commit 589bc63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/tools/sgmlconv/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ xml:
2828
$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) xml) \
2929
done
3030

31+
tarball:
32+
tar cf - tools/sgmlconv */*.sgml | gzip -9 >sgml-1.5.2b1.tgz
33+
3134
clean:
3235
for DIR in $(SUBDIRS) ; do \
3336
(cd $$DIR; \

0 commit comments

Comments
 (0)