summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 19:23:14 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 19:23:14 +0000
commitbd4671b0061f38557167f7974c2547aa0f5c1168 (patch)
treef9eb28730da9a932241d86738b6246e98bc02cd4
parent6b2735eea8bfbe5a803b2a07dd26da97d3a8777a (diff)
Remove generation of kernel-doc API docs
It's not really useful, and it breaks building 'docs' without a kernel tree. Merged revisions 8538 via svnmerge from http://svn.digium.com/svn/dahdi/linux/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.3@8541 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2699534..d89e0de 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ ROOT_PREFIX:=
ASCIIDOC:=asciidoc
ASCIIDOC_CMD:=$(ASCIIDOC) -n -a toc -a toclevels=4
-GENERATED_DOCS:=README.html dahdi-api.html
+GENERATED_DOCS:=README.html
ifneq ($(wildcard .version),)
DAHDIVERSION:=$(shell cat .version)