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 b51bc27 commit c4257ecCopy full SHA for c4257ec
main.mk
@@ -103,9 +103,6 @@ $(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 $@
105
106
-$(LIBDIR)/rfc2629-no-doctype.xslt: $(LIBDIR)/rfc2629xslt/rfc2629-no-doctype.xslt
107
- $(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
108
-
109
%.cleanxml: %.xml $(LIBDIR)/clean-for-DTD.xslt $(LIBDIR)/rfc2629.xslt
110
$(xsltproc) --novalid $(LIBDIR)/clean-for-DTD.xslt $< > $@
111
0 commit comments