summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 18:57:11 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-19 18:57:11 +0000
commit9c8745b8429dc4b1a600fb781af751ec29744e33 (patch)
treef9eb28730da9a932241d86738b6246e98bc02cd4 /Makefile
parentadf1373bbf890e873380626cdc7aaf71d6c01053 (diff)
Remove generation of kernel-doc API docs
It's not really useful, and it breaks building 'docs' without a kernel tree. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8538 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-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)