Changeset 406 for draft-ietf-httpbis/latest/Makefile
- Timestamp:
- 15/11/08 20:44:13 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest
- Property svn:ignore
-
old new 17 17 p6-cache.iana-headers.xml 18 18 p7-auth.iana-headers.xml 19 *.abnf
-
- Property svn:ignore
-
draft-ietf-httpbis/latest/Makefile
r308 r406 13 13 p6-cache.html \ 14 14 p7-auth.html \ 15 p8-cookies.html \16 15 p1-messaging.redxml \ 17 16 p2-semantics.redxml \ … … 21 20 p6-cache.redxml \ 22 21 p7-auth.redxml \ 23 p8-cookies.redxml \24 22 p1-messaging.txt \ 25 23 p2-semantics.txt \ … … 29 27 p6-cache.txt \ 30 28 p7-auth.txt \ 31 p8-cookies.txt \ 29 p1-messaging.abnf \ 30 p2-semantics.abnf \ 31 p3-payload.abnf \ 32 p4-conditional.abnf \ 33 p5-range.abnf \ 34 p6-cache.abnf \ 35 p7-auth.abnf \ 32 36 p1-messaging.iana-headers \ 33 37 p2-semantics.iana-headers \ … … 54 58 %.txt: %.redxml 55 59 $(xml2rfc) $< $@ 60 61 %.abnf: %.xml ../../rfc2629xslt/extract-artwork.xslt 62 $(saxon) $< ../../rfc2629xslt/extract-artwork.xslt type="abnf2616" >$@ 56 63 57 64 %.xhtml: %.xml ../../rfc2629xslt/rfc2629toXHTML.xslt
Note: See TracChangeset
for help on using the changeset viewer.