forked from otroan/MAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
30 lines (24 loc) · 838 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Ole Troan, [email protected]
# September 2010
XML2RFC=xml2rfc
all: drafts
draft-mdt-softwire-mapping-address-and-port: draft-mdt-softwire-mapping-address-and-port.xml
$(XML2RFC) $< [email protected]
draft-ietf-softwire-map: draft-ietf-softwire-map.xml
$(XML2RFC) $< [email protected]
draft-mdt-softwire-map-dhcp-option: draft-mdt-softwire-map-dhcp-option.xml
$(XML2RFC) $< [email protected]
draft-mdt-softwire-map-deployment: draft-mdt-softwire-map-deployment.xml
$(XML2RFC) $< [email protected]
drafts: \
draft-mdt-softwire-mapping-address-and-port \
draft-mdt-softwire-map-dhcp-option \
draft-mdt-softwire-map-deployment
design: draft-mdt-softwire-mapping-address-and-port
merged: draft-ietf-softwire-map
dhcp: draft-mdt-softwire-map-dhcp-option
deployment: draft-mdt-softwire-map-deployment
.PHONY: clean draft commit design dhcp
clean:
/bin/rm -f *.txt