Changeset 817 for draft-ietf-httpbis/latest/Makefile
- Timestamp:
- 07/05/10 14:20:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/Makefile
r813 r817 39 39 p5-range.iana-status-codes \ 40 40 p6-cache.iana-headers \ 41 p6-cache.cache-directives \ 41 42 p7-auth.iana-headers \ 42 43 p7-auth.iana-status-codes … … 78 79 $(saxon) $< extract-status-code-defs.xslt > $@ 79 80 81 %.cache-directives: %.xml extract-cache-directives.xslt 82 $(saxon) $< extract-cache-directives.xslt > $@ 83 80 84 outlineALL.html: $(TARGETS_XHTML) \ 81 85 extractOutline.xslt
Note: See TracChangeset
for help on using the changeset viewer.