-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMakefile
46 lines (34 loc) · 1.01 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# Ole Troan, [email protected]
# September 2010
XML2RFC=xml2rfc
all: drafts
draft-ietf-dhc-dhcpv6-tunnels: draft-ietf-dhc-dhcpv6-tunnels.xml
$(XML2RFC) $< [email protected]
draft-ietf-dhc-dhcpv6-stateful-issues: draft-ietf-dhc-dhcpv6-stateful-issues.xml
$(XML2RFC) $< -o [email protected]
draft-troan-homenet-sadr: draft-troan-homenet-sadr.xml
$(XML2RFC) $< -f [email protected]
draft-arkko-homenet-prefix-assignment: draft-arkko-homenet-prefix-assignment.xml
$(XML2RFC) $< -f [email protected]
draft-troan-dhc-dhcpv4osw: draft-troan-dhc-dhcpv4osw.xml
$(XML2RFC) $< -f [email protected]
draft-troan-autoip: draft-troan-autoip.xml
$(XML2RFC) $< -f [email protected]
draft-troan-homenet-naming-and-sd: draft-troan-homenet-naming-and-sd.xml
$(XML2RFC) $< -f [email protected]
drafts: \
draft-ietf-dhc-dhcpv6-stateful-issues
sadr: \
draft-troan-homenet-sadr
naming: \
draft-troan-homenet-naming-and-sd
prefix-assignment: \
draft-arkko-homenet-prefix-assignment
dhcpv4: \
draft-troan-dhc-dhcpv4osw
auto: \
draft-troan-autoip
.PHONY: clean draft commit
clean:
/bin/rm -f *.txt