Browse Source

Inline XML entities

Browsers do not expand external XML entities so they must be inlined.
feature/xep-0368-dot-clarification
Kim Alvefur 4 years ago
parent
commit
03940e8796
  1. 4
      Makefile

4
Makefile

@ -91,8 +91,8 @@ xep-%.html: $(OUTDIR)/xep-%.html ; @@ -91,8 +91,8 @@ xep-%.html: $(OUTDIR)/xep-%.html ;
.PHONY: xep-%.pdf
xep-%.pdf: $(OUTDIR)/xep-%.pdf ;
$(all_xep_xmls): $(OUTDIR)/%.xml: %.xml $(OUTDIR)
cp $< $@
$(all_xep_xmls): $(OUTDIR)/%.xml: %.xml $(XMLDEPS)
xmllint --nonet --noent --loaddtd --dropdtd $< --output $@
$(OUTDIR)/xep.xsl: xep.xsl $(OUTDIR)
cp $< $@

Loading…
Cancel
Save