From 607d4a8aeb6745e000b805fc2ce2c8f60e933b27 Mon Sep 17 00:00:00 2001 From: Johannes Schanda Date: Fri, 13 Sep 2013 15:29:30 +0200 Subject: [PATCH] Makefile rule doc for all documentation --- Makefile.am | 3 +++ README | 2 +- docx/01_mainpage.dox | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4944f5d..2d28267 100644 --- a/Makefile.am +++ b/Makefile.am @@ -353,3 +353,6 @@ maintainer-clean-local: -rm -f config.h.in* -rm -f m4/libtool*.m4 -rm -f m4/lt*.m4 + +doc: doxygen-doc + asciidoc -b html -o doc/html/README.html README diff --git a/README b/README index 8dbd27a..66e39be 100644 --- a/README +++ b/README @@ -179,7 +179,7 @@ The name of the factory configuration follows the $ sign. dbus_bustype= ---- All "dbus_*"-values are optional. For each such omitted value the default value as described below will be used. ----- + # dbus_bustype may be set to "session" or "system" for communication on the user's session bus or on the system wide bus. The default value is "session" == Working on the code & contribution diff --git a/docx/01_mainpage.dox b/docx/01_mainpage.dox index bad805a..789c6c6 100644 --- a/docx/01_mainpage.dox +++ b/docx/01_mainpage.dox @@ -21,10 +21,10 @@ \mainpage \par Usage information -can be found in the README file in the source: http://git.projects.genivi.org/?p=ipc/common-api-dbus-runtime.git;a=blob;f=README;hb=HEAD +can be found in the README file. \par More information -can be found at https://collab.genivi.org/wiki/display/genivi/GENIVI+Home \n +can be found at http://projects.genivi.org/commonapi/ \n \par About CommonAPI-D-Bus This is the D-Bus binding for CommonAPI. -- 2.7.4