Makefile rule doc for all documentation
authorJohannes Schanda <schanda@itestra.de>
Fri, 13 Sep 2013 13:29:30 +0000 (15:29 +0200)
committerJohannes Schanda <schanda@itestra.de>
Fri, 13 Sep 2013 13:30:06 +0000 (15:30 +0200)
Makefile.am
README
docx/01_mainpage.dox

index 4944f5d..2d28267 100644 (file)
@@ -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 (file)
--- a/README
+++ b/README
@@ -179,7 +179,7 @@ The name of the factory configuration follows the $ sign.
 dbus_bustype=<valid D-Bus 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
index bad805a..789c6c6 100644 (file)
 \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 <a href="README.html">README file</a>.
 
 \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.