source: draft-ietf-httpbis-method-registrations/latest/auth48/Makefile

Last change on this file was 2724, checked in by julian.reschke@…, 9 years ago

revert changes for auth48 boilerplate checks (#553)

File size: 927 bytes
Line 
1xml2rfc = "../../../xml2rfc/xml2rfc.tcl"
2saxpath = "$(HOME)/java/saxon-8-9-j/saxon8.jar"
3saxon = java -classpath $(saxpath) net.sf.saxon.Transform -novw -l
4
5stylesheet = ../../myxml2rfc.xslt
6reduction  = ../../../rfc2629xslt/clean-for-DTD.xslt
7
8all: \
9        rfc7237.abdiff.txt \
10        rfc7237.diff.html
11
12draft-ietf-httpbis-method-registrations.redxml: ../draft-ietf-httpbis-method-registrations.xml
13        $(saxon) $< $(reduction) > $@
14
15rfc7237-to-be.redxml:   rfc7237-to-be.xml
16        cp $< $@
17
18%.unpg.txt:     %.redxml
19        tclsh $(xml2rfc) xml2rfc $< $@
20
21rfc7237.abdiff.txt:     draft-ietf-httpbis-method-registrations.unpg.txt rfc7237-to-be.unpg.txt
22        rfcdiff --abdiff draft-ietf-httpbis-method-registrations.unpg.txt rfc7237-to-be.unpg.txt > $@
23
24rfc7237.diff.html:      draft-ietf-httpbis-method-registrations.unpg.txt rfc7237-to-be.unpg.txt
25        rfcdiff --stdout draft-ietf-httpbis-method-registrations.unpg.txt rfc7237-to-be.unpg.txt > $@
26
Note: See TracBrowser for help on using the repository browser.