DanC / urlp

No description has been added.

Clone this repository (size: 151.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/DanC/urlp/
commit 72: 8815a3dcb6aa
parent 71: 8110f5244483
branch: default
tags: tip
fix draft number
Dan Connolly
10 months ago
urlp / wah5 / Makefile
r72:8815a3dcb6aa 15 loc 415 bytes embed / history / annotate / raw /
XSLTPROC=xsltproc
CURL=curl

XML2RFC=$(HOME)/src/xml2rfc-1.33

draft-ietf.txt: draft-ietf.xml
	$(XML2RFC)/xml2rfc.tcl $< $@
draft-ietf.html: draft-ietf.xml rfc2629.xslt
	$(XSLTPROC) --novalid --output $@ rfc2629.xslt $<
draft-ietf.xml: draft.html ietf.xsl
	$(XSLTPROC) --novalid --output $@ ietf.xsl $<

#see http://greenbytes.de/tech/webdav/
rfc2629.xslt:
	$(CURL) -O http://greenbytes.de/tech/webdav/rfc2629.xslt