Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6038f54 commit 589bc63Copy full SHA for 589bc63
1 file changed
Doc/tools/sgmlconv/Makefile
@@ -28,6 +28,9 @@ xml:
28
$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) xml) \
29
done
30
31
+tarball:
32
+ tar cf - tools/sgmlconv */*.sgml | gzip -9 >sgml-1.5.2b1.tgz
33
+
34
clean:
35
for DIR in $(SUBDIRS) ; do \
36
(cd $$DIR; \
0 commit comments