Browse Source

auth: added doc/Makefile

- makefile rules to generate documentation
- entities.xml => kam_entities.xml
- module_faq.xml => kam_module_faq.xml
Daniel-Constantin Mierla 16 years ago
parent
commit
11e41144f5
2 changed files with 42 additions and 2 deletions
  1. 40 0
      modules_k/auth/doc/Makefile
  2. 2 2
      modules_k/auth/doc/auth.xml

+ 40 - 0
modules_k/auth/doc/Makefile

@@ -0,0 +1,40 @@
+#
+# The list of documents to build (without extensions)
+#
+DOCUMENTS = auth
+
+#
+# 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

+ 2 - 2
modules_k/auth/doc/auth.xml

@@ -3,10 +3,10 @@
 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
 <!ENTITY admin SYSTEM "auth_admin.xml">
-<!ENTITY faq SYSTEM "../../../doc/module_faq.xml">
+<!ENTITY faq SYSTEM "../../../doc/kam_module_faq.xml">
 
 <!-- Include general documentation entities -->
-<!ENTITY % docentities SYSTEM "../../../doc/entities.xml">
+<!ENTITY % docentities SYSTEM "../../../doc/kam_entities.xml">
 %docentities;
 
 ]>