root/branches/binary/server/doc/Makefile-xml2rfc @ 776

Revision 776, 198 bytes (checked in by astone, 20 months ago)

Rearrange the binary protocol docs and xml2rfc tools.

Line 
1%.txt: %.full
2        xml2rfc $< $@
3
4%.chk: %.xml xml2rfc/rfc2629-refchk.xsl
5        xsltproc xml2rfc/rfc2629-refchk.xsl $< >$@
6
7%.full: %.xml xml2rfc/rfc2629-noinc.xsl
8        xsltproc xml2rfc/rfc2629-noinc.xsl $< >$@
Note: See TracBrowser for help on using the browser.