Bladeren bron

New makefiles for module documentation

The new docbook processing system needs new makefiles in directories
with docbook documentation.
Jan Janak 16 jaren geleden
bovenliggende
commit
37979b9491

+ 4 - 0
modules/auth_radius/doc/Makefile

@@ -0,0 +1,4 @@
+docs = auth_radius.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/carrierroute/doc/Makefile

@@ -0,0 +1,4 @@
+docs = carrierroute.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/db_berkeley/doc/Makefile

@@ -0,0 +1,4 @@
+docs = db_berkeley.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/db_berkeley/km_doc/Makefile

@@ -0,0 +1,4 @@
+docs = db_berkeley.xml
+
+docbook_dir=../../../docbook
+include $(docbook_dir)/Makefile.module

+ 3 - 28
modules/db_flatstore/doc/Makefile

@@ -1,29 +1,4 @@
-#
-# The list of documents to build (without extensions)
-#
-DOCUMENTS = flatstore
+docs = db_flatstore.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

+ 4 - 0
modules/db_flatstore/km_doc/Makefile

@@ -0,0 +1,4 @@
+docs = db_flatstore.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/db_mysql/doc/Makefile

@@ -0,0 +1,4 @@
+docs = db_mysql.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/db_mysql/km_doc/Makefile

@@ -0,0 +1,4 @@
+docs = db_mysql.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/db_postgres/km_doc/Makefile

@@ -0,0 +1,4 @@
+docs = db_postgres.xml
+
+docbook_dir=../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/dialplan/doc/Makefile

@@ -0,0 +1,4 @@
+docs = dialplan.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/enum/doc/Makefile

@@ -0,0 +1,4 @@
+docs = enum.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/mediaproxy/doc/Makefile

@@ -0,0 +1,4 @@
+docs = mediaproxy.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/misc_radius/doc/Makefile

@@ -0,0 +1,4 @@
+docs = misc_radius.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 4 - 0
modules/peering/doc/Makefile

@@ -0,0 +1,4 @@
+docs = peering.xml
+
+docbook_dir = ../../../docbook
+include $(docbook_dir)/Makefile.module

+ 3 - 28
modules/tls/doc/Makefile

@@ -1,29 +1,4 @@
-#
-# The list of documents to build (without extensions)
-#
-DOCUMENTS = tls
+docs = tls.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

+ 3 - 28
modules/tm/doc/Makefile

@@ -1,29 +1,4 @@
-#
-# The list of documents to build (without extensions)
-#
-DOCUMENTS = tm
+docs = tm.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