summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-25 09:16:51 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-25 09:16:51 +0000
commit5d43e446fe362574ad89b95599411ea4f0fa3192 (patch)
tree2c99439f5d2d6b00e52fe894294ac3fcfe3cff03 /Makefile
parenta0e90983025ad666d8beca08048937bcb1d34ef7 (diff)
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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