Changeset 813 for draft-ietf-httpbis/latest
- Timestamp:
- 30/04/10 13:27:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/Makefile
r700 r813 7 7 bap = ../../abnfparser/bap 8 8 9 TARGETS = p1-messaging.html \ 10 p2-semantics.html \ 11 p3-payload.html \ 12 p4-conditional.html \ 13 p5-range.html \ 14 p6-cache.html \ 15 p7-auth.html \ 16 p1-messaging.redxml \ 17 p2-semantics.redxml \ 18 p3-payload.redxml \ 19 p4-conditional.redxml \ 20 p5-range.redxml \ 21 p6-cache.redxml \ 22 p7-auth.redxml \ 23 p1-messaging.txt \ 24 p2-semantics.txt \ 25 p3-payload.txt \ 26 p4-conditional.txt \ 27 p5-range.txt \ 28 p6-cache.txt \ 29 p7-auth.txt \ 30 p1-messaging.abnf \ 31 p2-semantics.abnf \ 32 p3-payload.abnf \ 33 p4-conditional.abnf \ 34 p5-range.abnf \ 35 p6-cache.abnf \ 36 p7-auth.abnf \ 37 p1-messaging.parsed-abnf \ 38 p2-semantics.parsed-abnf \ 39 p3-payload.parsed-abnf \ 40 p4-conditional.parsed-abnf \ 41 p5-range.parsed-abnf \ 42 p6-cache.parsed-abnf \ 43 p7-auth.parsed-abnf \ 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 \ 9 TARGETS_XML= p1-messaging.xml \ 10 p2-semantics.xml \ 11 p3-payload.xml \ 12 p4-conditional.xml \ 13 p5-range.xml \ 14 p6-cache.xml \ 15 p7-auth.xml 16 17 TARGETS_ABNF= $(TARGETS_XML:.xml=.abnf) 18 TARGETS_ABNFAPPENDIX= $(TARGETS_XML:.xml=.abnf-appendix) 19 TARGETS_HTML= $(TARGETS_XML:.xml=.html) 20 TARGETS_XHTML= $(TARGETS_XML:.xml=.xhtml) 21 TARGETS_PARSEDABNF= $(TARGETS_XML:.xml=.parsed-abnf) 22 TARGETS_REDXML= $(TARGETS_XML:.xml=.redxml) 23 TARGETS_TXT= $(TARGETS_XML:.xml=.txt) 24 25 TARGETS = $(TARGETS_HTML) \ 26 $(TARGETS_REDXML) \ 27 $(TARGETS_TXT) \ 28 $(TARGETS_ABNF) \ 29 $(TARGETS_PARSEDABNF) \ 30 $(TARGETS_ABNFAPPENDIX) \ 51 31 p1-messaging.iana-headers \ 52 32 p2-semantics.iana-headers \ … … 98 78 $(saxon) $< extract-status-code-defs.xslt > $@ 99 79 100 outlineALL.html: p1-messaging.xhtml \ 101 p2-semantics.xhtml \ 102 p3-payload.xhtml \ 103 p4-conditional.xhtml \ 104 p5-range.xhtml \ 105 p6-cache.xhtml \ 106 p7-auth.xhtml \ 80 outlineALL.html: $(TARGETS_XHTML) \ 107 81 extractOutline.xslt 108 82 $(saxon) extractOutline.xslt extractOutline.xslt > $@
Note: See TracChangeset
for help on using the changeset viewer.