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 54bad44 commit a50a1dfCopy full SHA for a50a1df
2 files changed
Doc/tools/sgmlconv/Makefile
@@ -27,3 +27,15 @@ xml:
27
(cd $$DIR; \
28
$(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) xml) \
29
done
30
+
31
+clean:
32
+ for DIR in $(SUBDIRS) ; do \
33
+ (cd $$DIR; \
34
+ $(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) clean) \
35
+ done
36
37
+clobber:
38
39
40
+ $(MAKE) -f $(SGMLRULES) TOOLSDIR=../$(TOOLSDIR) clobber) \
41
Doc/tools/sgmlconv/make.rules
@@ -35,3 +35,10 @@ $(XMLTARGETS): $(ESIS2ML) $(FIXGES)
.esis.xml:
$(ESIS2ML) --xml $< | $(FIXGES) > $@
+ rm -f *.esis
42
43
+clobber: clean
44
+ rm -f *.sgml *.xml
0 commit comments