Module: sip-router Branch: master Commit: a7ddee8e5f9fba13c482e8b1b2ba3a59e5598fea URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a7ddee8e...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Mon Jun 14 17:30:26 2010 +0200
*_radius(s): doc: update to the new doc makefile format
Update the doc makefiles for auth_radius, avp_radius and uri_radius.
---
modules_s/auth_radius/doc/Makefile | 31 +++---------------------------- modules_s/avp_radius/doc/Makefile | 31 +++---------------------------- modules_s/uri_radius/doc/Makefile | 31 +++---------------------------- 3 files changed, 9 insertions(+), 84 deletions(-)
diff --git a/modules_s/auth_radius/doc/Makefile b/modules_s/auth_radius/doc/Makefile index 4537cf4..477c335 100644 --- a/modules_s/auth_radius/doc/Makefile +++ b/modules_s/auth_radius/doc/Makefile @@ -1,29 +1,4 @@ -# -# The list of documents to build (without extensions) -# -DOCUMENTS = auth_radius +docs = auth_radius.xml
-# -# The root directory containing Makefile.doc -# -ROOT_DIR=../../.. - -# -# Validate docbook documents before generating output -# (may be slow) -# -#VALIDATE=1 - -# -# You can override the stylesheet used to generate -# xhtml documents here -# -#XHTML_XSL=$(ROOT_DIR)/doc/stylesheets/xhtml.xsl - -# -# You can override the stylesheet used to generate -# plain text documents here -# -#TXT_XSL=$(XHTML_XSL) - -include $(ROOT_DIR)/Makefile.doc +docbook_dir=../../../docbook +include $(docbook_dir)/Makefile.module diff --git a/modules_s/avp_radius/doc/Makefile b/modules_s/avp_radius/doc/Makefile index 1bd9eb9..dd0cd7c 100644 --- a/modules_s/avp_radius/doc/Makefile +++ b/modules_s/avp_radius/doc/Makefile @@ -1,29 +1,4 @@ -# -# The list of documents to build (without extensions) -# -DOCUMENTS = avp_radius +docs = avp_radius.xml
-# -# The root directory containing Makefile.doc -# -ROOT_DIR=../../.. - -# -# Validate docbook documents before generating output -# (may be slow) -# -#VALIDATE=1 - -# -# You can override the stylesheet used to generate -# xhtml documents here -# -#XHTML_XSL=$(ROOT_DIR)/doc/stylesheets/xhtml.xsl - -# -# You can override the stylesheet used to generate -# plain text documents here -# -#TXT_XSL=$(XHTML_XSL) - -include $(ROOT_DIR)/Makefile.doc +docbook_dir=../../../docbook +include $(docbook_dir)/Makefile.module diff --git a/modules_s/uri_radius/doc/Makefile b/modules_s/uri_radius/doc/Makefile index 27d7ea1..829e048 100644 --- a/modules_s/uri_radius/doc/Makefile +++ b/modules_s/uri_radius/doc/Makefile @@ -1,29 +1,4 @@ -# -# The list of documents to build (without extensions) -# -DOCUMENTS = uri_radius +docs = uri_radius.xml
-# -# The root directory containing Makefile.doc -# -ROOT_DIR=../../.. - -# -# Validate docbook documents before generating output -# (may be slow) -# -#VALIDATE=1 - -# -# You can override the stylesheet used to generate -# xhtml documents here -# -#XHTML_XSL=$(ROOT_DIR)/doc/stylesheets/xhtml.xsl - -# -# You can override the stylesheet used to generate -# plain text documents here -# -#TXT_XSL=$(XHTML_XSL) - -include $(ROOT_DIR)/Makefile.doc +docbook_dir=../../../docbook +include $(docbook_dir)/Makefile.module