|
@@ -1,40 +1,4 @@
|
|
-#
|
|
|
|
-# The list of documents to build (without extensions)
|
|
|
|
-#
|
|
|
|
-DOCUMENTS = acc
|
|
|
|
|
|
+docs = acc.xml
|
|
|
|
|
|
-#
|
|
|
|
-# 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
|
|
|
|
|
|
+docbook_dir = ../../../docbook
|
|
|
|
+include $(docbook_dir)/Makefile.module
|