Changeset 1146 for draft-ietf-httpbis-content-disp/latest
- Timestamp:
- 02/03/11 08:35:10 (12 years ago)
- Location:
- draft-ietf-httpbis-content-disp/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-content-disp/latest
- Property svn:ignore
-
old new 1 1 draft-ietf-httpbis-content-disp.redxml 2 2 draft-ietf-httpbis-content-disp.txt 3 *.abnf 4 *.parsed-abnf
-
- Property svn:ignore
-
draft-ietf-httpbis-content-disp/latest/Makefile
r1098 r1146 5 5 stylesheet = ../../draft-ietf-httpbis/myxml2rfc.xslt 6 6 reduction = ../../rfc2629xslt/clean-for-DTD.xslt 7 bap = ../../abnfparser/bap 7 8 8 9 TARGETS = draft-ietf-httpbis-content-disp.html \ 9 10 draft-ietf-httpbis-content-disp.redxml \ 10 draft-ietf-httpbis-content-disp.txt 11 draft-ietf-httpbis-content-disp.txt \ 12 draft-ietf-httpbis-content-disp.parsed-abnf 11 13 12 14 all: $(TARGETS) … … 24 26 $(xml2rfc) $< $@ 25 27 28 29 %.abnf: %.xml ../../rfc2629xslt/extract-artwork.xslt 30 $(saxon) $< ../../rfc2629xslt/extract-artwork.xslt type="abnf2616" >$@ 31 %.parsed-abnf: %.abnf 32 $(bap)/bap -i $(bap)/core.abnf < $< | sort | $(bap)/bap -k -i $(bap)/core.abnf -l 69 >$@ 26 33 %.xhtml: %.xml ../../rfc2629xslt/rfc2629toXHTML.xslt 27 34 $(saxon) $< ../../rfc2629xslt/rfc2629toXHTML.xslt > $@
Note: See TracChangeset
for help on using the changeset viewer.