Changeset 1487 for draft-ietf-httpbis/latest/Makefile
- Timestamp:
- Dec 5, 2011, 5:24:57 AM (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest
- Property svn:ignore
-
old new 1 *.abnf 2 *.abnf-appendix 3 *.cache-directives 4 *.diff 5 *.iana-status-codes 6 *.iana-warn-codes 1 7 *.redxml 8 *.xhtml 9 p1-messaging.iana-headers 10 p1-messaging.iana-headers.xml 11 p1-messaging.parsed-abnf 2 12 p1-messaging.txt 13 p2-semantics.iana-headers 14 p2-semantics.iana-headers.xml 15 p2-semantics.iana-methods 16 p2-semantics.iana-methods.xml 17 p2-semantics.iana-status-codes 18 p2-semantics.iana-status-codes.xml 19 p2-semantics.parsed-abnf 3 20 p2-semantics.txt 21 p3-payload.iana-headers 22 p3-payload.iana-headers.xml 23 p3-payload.parsed-abnf 4 24 p3-payload.txt 25 p4-conditional.iana-headers 26 p4-conditional.iana-headers.xml 27 p4-conditional.parsed-abnf 5 28 p4-conditional.txt 29 p5-range.iana-headers 30 p5-range.iana-headers.xml 31 p5-range.parsed-abnf 6 32 p5-range.txt 33 p6-cache.iana-headers 34 p6-cache.iana-headers.xml 35 p6-cache.parsed-abnf 7 36 p6-cache.txt 37 p7-auth.iana-headers 38 p7-auth.iana-headers.xml 39 p7-auth.parsed-abnf 8 40 p7-auth.txt 9 41 p8-cookies.txt 10 p2-semantics.iana-methods.xml11 p2-semantics.iana-status-codes.xml12 p1-messaging.iana-headers.xml13 p2-semantics.iana-headers.xml14 p3-payload.iana-headers.xml15 p4-conditional.iana-headers.xml16 p5-range.iana-headers.xml17 p6-cache.iana-headers.xml18 p7-auth.iana-headers.xml19 *.abnf20 p1-messaging.iana-headers21 p1-messaging.parsed-abnf22 p2-semantics.iana-headers23 p2-semantics.iana-methods24 p2-semantics.iana-status-codes25 p2-semantics.parsed-abnf26 p3-payload.iana-headers27 p3-payload.parsed-abnf28 p4-conditional.iana-headers29 p4-conditional.parsed-abnf30 p5-range.iana-headers31 p5-range.parsed-abnf32 p6-cache.iana-headers33 p6-cache.parsed-abnf34 p7-auth.iana-headers35 p7-auth.parsed-abnf36 *.abnf-appendix37 *.iana-status-codes38 *.cache-directives39 *.xhtml40 *.diff
-
- Property svn:ignore
-
draft-ietf-httpbis/latest/Makefile
r1147 r1487 39 39 p5-range.iana-status-codes \ 40 40 p6-cache.iana-headers \ 41 p6-cache.iana-warn-codes \ 41 42 p6-cache.cache-directives \ 42 43 p7-auth.iana-headers \ … … 79 80 $(saxon) $< extract-status-code-defs.xslt > $@ 80 81 82 %.iana-warn-codes: %.xml extract-warn-code-defs.xslt 83 $(saxon) $< extract-warn-code-defs.xslt > $@ 84 81 85 %.cache-directives: %.xml extract-cache-directives.xslt 82 86 $(saxon) $< extract-cache-directives.xslt > $@
Note: See TracChangeset
for help on using the changeset viewer.