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 d5221ff commit b51bc27Copy full SHA for b51bc27
main.mk
@@ -96,6 +96,9 @@ $(LIBDIR)/rfc2629.xslt: $(XSLTDIR)/rfc2629.xslt
96
$(LIBDIR)/clean-for-DTD.xslt: $(LIBDIR)/rfc2629xslt/clean-for-DTD.xslt $(LIBDIR)/rfc2629-no-doctype.xslt
97
$(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
98
99
+$(LIBDIR)/rfc2629-no-doctype.xslt: $(LIBDIR)/rfc2629xslt/rfc2629-no-doctype.xslt
100
+ $(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
101
+
102
$(XSLTDIR)/clean-for-DTD.xslt $(XSLTDIR)/rfc2629.xslt: $(XSLTDIR)
103
$(XSLTDIR):
104
git clone --depth 10 $(CLONE_ARGS) -b master https://github.com/reschke/xml2rfc $@
0 commit comments