summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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