Module: sip-router Branch: master Commit: 83d732f025fb4db086449e095b1c91e8fefaa754 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83d732f0...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Sun May 10 10:56:45 2009 +0200
doc: rpc makefile migrated to the new doc make system
---
doc/rpc/Makefile | 27 +++------------------------ 1 files changed, 3 insertions(+), 24 deletions(-)
diff --git a/doc/rpc/Makefile b/doc/rpc/Makefile index 5d2867c..8f32f6a 100644 --- a/doc/rpc/Makefile +++ b/doc/rpc/Makefile @@ -1,29 +1,8 @@ # # The list of documents to build (without extensions) # -DOCUMENTS = ser_rpc
-# -# 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) +docs = ser_rpc.xml +docbook_dir = ../../docbook
-include $(ROOT_DIR)/Makefile.doc +include $(docbook_dir)/Makefile