summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-27 09:59:31 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-27 09:59:31 +0000
commitdceefa6dcbb0f0d109ae8a54144bd98c2d938646 (patch)
treeaef72227a81fdbed177c783282619fe04b477003 /Makefile
parent084f390a94c247d31d1ec296121ef7c7d3c4d0e1 (diff)
dahdi-linux: Remove README.Astribank.html generation.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5403 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 182e925..433b632 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ ROOT_PREFIX:=
ASCIIDOC:=asciidoc
ASCIIDOC_CMD:=$(ASCIIDOC) -n -a toc -a toclevels=4
-GENERATED_DOCS:=README.html README.Astribank.html
+GENERATED_DOCS:=README.html
ifneq ($(wildcard .version),)
DAHDIVERSION:=$(shell cat .version)
@@ -245,9 +245,6 @@ docs: $(GENERATED_DOCS)
README.html: README
$(ASCIIDOC_CMD) -o $@ $<
-README.Astribank.html: drivers/dahdi/xpp/README.Astribank
- $(ASCIIDOC_CMD) -o $@ $<
-
.PHONY: distclean dist-clean clean all install devices modules stackcheck install-udev update install-modules install-include uninstall-modules firmware-download install-xpp-firm
FORCE: