Skip to content

Commit c4257ec

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ $(XSLTDIR)/clean-for-DTD.xslt $(XSLTDIR)/rfc2629.xslt: $(XSLTDIR)
103103
$(XSLTDIR):
104104
git clone --depth 10 $(CLONE_ARGS) -b master https://github.com/reschke/xml2rfc $@
105105

106-
$(LIBDIR)/rfc2629-no-doctype.xslt: $(LIBDIR)/rfc2629xslt/rfc2629-no-doctype.xslt
107-
$(xsltproc) $(XSLTDIR)/to-1.0-xslt.xslt $< > $@
108-
109106
%.cleanxml: %.xml $(LIBDIR)/clean-for-DTD.xslt $(LIBDIR)/rfc2629.xslt
110107
$(xsltproc) --novalid $(LIBDIR)/clean-for-DTD.xslt $< > $@
111108

0 commit comments

Comments
 (0)