summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-03 20:39:07 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-03 20:39:07 +0000
commit785f09ad465932ff3b6ec23b472a141a01dd111a (patch)
treef7c6b9d3c400f9c4b8be7443558ecc9a83134dff /Makefile
parent02bc39d66eef6d09eda17d69f91a117eb910af5b (diff)
Include sample genconf_parameters in dahdi-tools README.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6078 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 756f462..06b65c1 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,11 @@ tonezones.txt: zonedata.c
docs: $(GENERATED_DOCS)
-README.html: README system.conf.asciidoc init.conf.asciidoc tonezones.txt UPGRADE.txt
+genconf_parameters.sample: xpp/genconf_parameters
+ cp $< $@
+
+README.html: README system.conf.asciidoc init.conf.asciidoc tonezones.txt \
+ UPGRADE.txt genconf_parameters.asciidoc
$(ASCIIDOC) -n -a toc -a toclevels=3 $<
README.Astribank.html: xpp/README.Astribank