Changeset 421 for draft-ietf-httpbis/latest/Makefile
- Timestamp:
- 21/11/08 15:31:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/Makefile
r420 r421 42 42 p6-cache.parsed-abnf \ 43 43 p7-auth.parsed-abnf \ 44 p1-messaging.abnf .xml\45 p2-semantics.abnf .xml\46 p3-payload.abnf .xml\47 p4-conditional.abnf .xml\48 p5-range.abnf .xml\49 p6-cache.abnf .xml\50 p7-auth.abnf .xml\44 p1-messaging.abnf-appendix \ 45 p2-semantics.abnf-appendix \ 46 p3-payload.abnf-appendix \ 47 p4-conditional.abnf-appendix \ 48 p5-range.abnf-appendix \ 49 p6-cache.abnf-appendix \ 50 p7-auth.abnf-appendix \ 51 51 p1-messaging.iana-headers \ 52 52 p2-semantics.iana-headers \ … … 83 83 $(bap)/bap -i $(bap)/core.abnf < $< | sort | $(bap)/bap -i $(bap)/core.abnf -l 69 >$@ 84 84 85 %.abnf .xml: %.parsed-abnf85 %.abnf-appendix: %.parsed-abnf 86 86 $(saxon) $(basename $<).xml abnf2xml2rfc.xslt abnf="$<" >$@ 87 87
Note: See TracChangeset
for help on using the changeset viewer.