From 5d43e446fe362574ad89b95599411ea4f0fa3192 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 25 Jun 2008 09:16:51 +0000 Subject: * dahdi.conf -> /etc/dahdi/system.conf in the tools this time. * Kill some remaining zaptel strings. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4460 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18abc6a..c4e1c1c 100644 --- a/Makefile +++ b/Makefile @@ -180,12 +180,12 @@ tonezones.txt: zonedata.c print (($$1 eq "country")? "* $$2\t":"$$2\n");' $< \ >$@ -dahdi.conf.asciidoc: dahdi.conf.sample +system.conf.asciidoc: system.conf.sample perl -n -e \ 'if (/^#($$|\s)(.*)/){ if (!$$in_doc){print "\n"}; $$in_doc=1; print "$$2\n" } else { if ($$in_doc){print "\n"}; $$in_doc=0; print " $$_" }' \ $< >$@ -README.html: README dahdi.conf.asciidoc tonezones.txt +README.html: README system.conf.asciidoc tonezones.txt $(ASCIIDOC) -n -a toc -a toclevels=3 $< kernel/xpp/README.Astribank.html: kernel/xpp/README.Astribank @@ -223,7 +223,7 @@ ifneq (,$(BINS)) # install -m 644 $(MAN_PAGES) $(DESTDIR)$(MAN_DIR)/ endif ifeq (,$(wildcard $(DESTDIR)$(CONFIG_FILE))) -# $(INSTALL) -D -m 644 dahdi.conf.sample $(DESTDIR)$(CONFIG_FILE) +# $(INSTALL) -D -m 644 system.conf.sample $(DESTDIR)$(CONFIG_FILE) endif install-libs: libs @@ -305,7 +305,7 @@ clean: rm -f core rm -f dahdi_cfg-shared fxstest rm -rf $(GROFF_HTML) - rm -rf README.html xpp/README.Astribank.html dahdi.conf.asciidoc + rm -rf README.html xpp/README.Astribank.html system.conf.asciidoc distclean: dist-clean -- cgit v1.2.3