From 785f09ad465932ff3b6ec23b472a141a01dd111a Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 3 Mar 2009 20:39:07 +0000 Subject: 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 --- Makefile | 6 +++++- README | 7 +++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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 diff --git a/README b/README index 2a72c29..f37ec90 100644 --- a/README +++ b/README @@ -126,6 +126,13 @@ Sample init.conf include::init.conf.asciidoc[] +Sample genconf_parameters +~~~~~~~~~~~~~~~~~~~~~~~~~ +FIXME: still not properly formatted. + +include::genconf_parameters.asciidoc[] + + Tonezones ~~~~~~~~~ The file zonedata.c contains the information about the tone zones used -- cgit v1.2.3