Skip to content

Commit b51bc27

Browse files
mnotmartinthomson
authored andcommitted
Update main.mk
1 parent d5221ff commit b51bc27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ $(LIBDIR)/rfc2629.xslt: $(XSLTDIR)/rfc2629.xslt
9696
$(LIBDIR)/clean-for-DTD.xslt: $(LIBDIR)/rfc2629xslt/clean-for-DTD.xslt $(LIBDIR)/rfc2629-no-doctype.xslt
9797
$(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
9898

99+
$(LIBDIR)/rfc2629-no-doctype.xslt: $(LIBDIR)/rfc2629xslt/rfc2629-no-doctype.xslt
100+
$(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
101+
99102
$(XSLTDIR)/clean-for-DTD.xslt $(XSLTDIR)/rfc2629.xslt: $(XSLTDIR)
100103
$(XSLTDIR):
101104
git clone --depth 10 $(CLONE_ARGS) -b master https://github.com/reschke/xml2rfc $@

0 commit comments

Comments
 (0)