[svn-commits] tzafrir: linux/trunk r8538 - /linux/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 19 13:57:12 CDT 2010


Author: tzafrir
Date: Mon Apr 19 13:57:11 2010
New Revision: 8538

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8538
Log:
Remove generation of kernel-doc API docs

It's not really useful, and it breaks building 'docs' without a kernel tree.

Modified:
    linux/trunk/Makefile

Modified: linux/trunk/Makefile
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/Makefile?view=diff&rev=8538&r1=8537&r2=8538
==============================================================================
--- linux/trunk/Makefile (original)
+++ linux/trunk/Makefile Mon Apr 19 13:57:11 2010
@@ -62,7 +62,7 @@
 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)




More information about the svn-commits mailing list