From a319616e8f110b9df6157ed3a83e506724811778 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 19 Apr 2010 18:57:11 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3