doing replay protection before learning remote host
[anytun.git] / papers / Makefile
blob43c308e53422512cbe7078c1c9e5b62a42545bcb
1 %.html : %.xml
2 xml2rfc $^ $@
3 %.txt : %.xml
4 xml2rfc $^ $@
6 PAPERS = draft-gsenger-secure-anycast-tunneling-protocol-02.html \
7 draft-gsenger-secure-anycast-tunneling-protocol-02.txt
9 all: doc
10 doc: $(PAPERS)
12 clean:
13 rm -f $(PAPERS)