[SR-Dev] git:master: acc: added doc/Makefile

Daniel-Constantin Mierla miconda at gmail.com
Tue Apr 21 21:57:48 CEST 2009


Module: sip-router
Branch: master
Commit: 54bbef24c78c8ac3359bc174d8d3e0786bd53160
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54bbef24c78c8ac3359bc174d8d3e0786bd53160

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Apr 21 21:55:04 2009 +0200

acc: added doc/Makefile

- makefile rules to generate documentation
- entities.xml => kam_entities.xml
- module_faq.xml => kam_module_faq.xml

---

 modules_k/acc/doc/Makefile |   40 ++++++++++++++++++++++++++++++++++++++++
 modules_k/acc/doc/acc.xml  |    2 +-
 2 files changed, 41 insertions(+), 1 deletions(-)

diff --git a/modules_k/acc/doc/Makefile b/modules_k/acc/doc/Makefile
new file mode 100644
index 0000000..7b1f69a
--- /dev/null
+++ b/modules_k/acc/doc/Makefile
@@ -0,0 +1,40 @@
+#
+# The list of documents to build (without extensions)
+#
+DOCUMENTS = acc
+
+#
+# The root directory containing Makefile.doc
+#
+ROOT_DIR=../../..
+
+#
+# Validate docbook documents before generating output
+# (may be slow)
+#
+#VALIDATE=1
+
+#
+# You can override the CSS used in generated
+# HTML documents here
+#
+#HTML_CSS=/style/docbook.css
+
+#
+# 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)
+
+#
+# K documentation style
+#
+DOCBOOK_MODE=k
+
+include $(ROOT_DIR)/Makefile.doc
diff --git a/modules_k/acc/doc/acc.xml b/modules_k/acc/doc/acc.xml
index 96f163b..0c75994 100644
--- a/modules_k/acc/doc/acc.xml
+++ b/modules_k/acc/doc/acc.xml
@@ -6,7 +6,7 @@
 <!ENTITY faq SYSTEM "acc_faq.xml">
 
 <!-- Include general documentation entities -->
-<!ENTITY % docentities SYSTEM "../../../doc/entities.xml">
+<!ENTITY % docentities SYSTEM "../../../doc/kam_entities.xml">
 %docentities;
 
 ]>




More information about the sr-dev mailing list