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 c4257ec commit 79d87c2Copy full SHA for 79d87c2
main.mk
@@ -97,7 +97,7 @@ $(LIBDIR)/clean-for-DTD.xslt: $(LIBDIR)/rfc2629xslt/clean-for-DTD.xslt $(LIBDIR)
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 $< > $@
+ $(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
101
102
$(XSLTDIR)/clean-for-DTD.xslt $(XSLTDIR)/rfc2629.xslt: $(XSLTDIR)
103
$(XSLTDIR):
0 commit comments