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/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu-name-system-default-tlds/Makefile b/gnu-name-system-default-tlds/Makefile
index 9523cd2..157a80e 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:
@@ -16,4 +16,11 @@ tlds.conf.tmp: registry.rec tlds.template
16tlds.conf: tlds.header tlds.conf.tmp 16tlds.conf: tlds.header tlds.conf.tmp
17 cat tlds.header tlds.conf.tmp > $@ 17 cat tlds.header tlds.conf.tmp > $@
18 18
19tlds.rst.tmp: registry.rec rst.template
20 ../format.sh rst.template < registry.rec > $@
21
22tlds.rst: rst.header tlds.rst.tmp
23 cat rst.header tlds.rst.tmp > $@
24
25
19.PHONY: check clean distclean 26.PHONY: check clean distclean