Changeset 417 for draft-ietf-httpbis/latest/Makefile
- Timestamp:
- 20/11/08 15:33:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/Makefile
r406 r417 34 34 p6-cache.abnf \ 35 35 p7-auth.abnf \ 36 p1-messaging.parsed-abnf \ 37 p2-semantics.parsed-abnf \ 38 p3-payload.parsed-abnf \ 39 p4-conditional.parsed-abnf \ 40 p5-range.parsed-abnf \ 41 p6-cache.parsed-abnf \ 42 p7-auth.parsed-abnf \ 36 43 p1-messaging.iana-headers \ 37 44 p2-semantics.iana-headers \ … … 62 69 $(saxon) $< ../../rfc2629xslt/extract-artwork.xslt type="abnf2616" >$@ 63 70 71 %.parsed-abnf: %.abnf 72 ../../abnfparser/bap/bap -l 69 < $< >$@ 73 74 p1-messaging.parsed-abnf: p1-messaging.abnf 75 ../../abnfparser/bap/bap -i ../../abnfparser/bap/core.abnf -l 69 < $< >$@ 76 64 77 %.xhtml: %.xml ../../rfc2629xslt/rfc2629toXHTML.xslt 65 78 $(saxon) $< ../../rfc2629xslt/rfc2629toXHTML.xslt > $@
Note: See TracChangeset
for help on using the changeset viewer.