Changeset 418 for draft-ietf-httpbis
- Timestamp:
- 20/11/08 18:12:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/Makefile
r417 r418 5 5 stylesheet = ../myxml2rfc.xslt 6 6 reduction = ../../rfc2629xslt/clean-for-DTD.xslt 7 bap = ../../abnfparser/bap 7 8 8 9 TARGETS = p1-messaging.html \ … … 70 71 71 72 %.parsed-abnf: %.abnf 72 ../../abnfparser/bap/bap -l 69 < $<>$@73 $(bap)/bap < $< | sort | $(bap)/bap -l 69 >$@ 73 74 74 75 p1-messaging.parsed-abnf: p1-messaging.abnf 75 ../../abnfparser/bap/bap -i ../../abnfparser/bap/core.abnf -l 69 < $<>$@76 $(bap)/bap -i $(bap)/core.abnf < $< | sort | $(bap)/bap -i $(bap)/core.abnf -l 69 >$@ 76 77 77 78 %.xhtml: %.xml ../../rfc2629xslt/rfc2629toXHTML.xslt
Note: See TracChangeset
for help on using the changeset viewer.