aboutsummaryrefslogtreecommitdiff
path: root/gnu-name-system-default-tlds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-name-system-default-tlds/Makefile')
-rw-r--r--gnu-name-system-default-tlds/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/gnu-name-system-default-tlds/Makefile b/gnu-name-system-default-tlds/Makefile
index d2b66a6..01ad7d3 100644
--- a/gnu-name-system-default-tlds/Makefile
+++ b/gnu-name-system-default-tlds/Makefile
@@ -1,4 +1,4 @@
1FILES=tlds.conf 1FILES=tlds.conf tlds.rst
2all: check $(FILES) 2all: check $(FILES)
3 3
4check: 4check:
@@ -14,6 +14,16 @@ tlds.conf.tmp: registry.rec tlds.template
14 ../format.sh tlds.template < registry.rec > $@ 14 ../format.sh tlds.template < registry.rec > $@
15 15
16tlds.conf: tlds.header tlds.conf.tmp 16tlds.conf: tlds.header tlds.conf.tmp
17 cat $^ > $@ 17 cat tlds.header tlds.conf.tmp > $@
18
19tlds.rst.tmp: registry.rec rst.template
20 ../format.sh rst.template < registry.rec > $@
21
22rst.header.tmp:
23 cat README POLICY rst.header.template > $@
24
25tlds.rst: rst.header.tmp tlds.rst.tmp
26 cat rst.header.tmp tlds.rst.tmp > $@
27
18 28
19.PHONY: check clean distclean 29.PHONY: check clean distclean