Disable gtk-doc since the build fails
[profile/ivi/node-startup-controller.git] / docs / reference / node-startup-controller / Makefile.am
index 3d7a646..a12309d 100644 (file)
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
 DOC_MODULE=node-startup-controller
 
 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
-DOC_MODULE_VERSION=$(BOOT_MANAGER_VERSION)
+DOC_MODULE_VERSION=$(NODE_STARTUP_CONTROLLER_VERSION)
 
 # The top-level SGML file. You can change this if you want to.
 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
@@ -17,7 +17,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
 # for inline comments documenting functions and macros.
 # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk
 DOC_SOURCE_DIR =                                                       \
-       $(top_srcdir)/node-startup-controller                                   \
+       $(top_srcdir)/node-startup-controller                           \
        $(top_srcdir)/common                                            \
        $(top_srcdir)/legacy-app-handler
 
@@ -47,10 +47,10 @@ FIXXREF_OPTIONS=
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
 HFILE_GLOB =                                                           \
-       $(top_srcdir)/node-startup-controller/*.h                                       \
+       $(top_srcdir)/node-startup-controller/*.h                       \
        $(top_srcdir)/common/*.h
 CFILE_GLOB =                                                           \
-       $(top_srcdir)/node-startup-controller/*.c                                       \
+       $(top_srcdir)/node-startup-controller/*.c                       \
        $(top_srcdir)/common/*.c                                        \
        $(top_srcdir)/legacy-app-handler/*.c
 
@@ -69,6 +69,17 @@ HTML_IMAGES=
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
 content_files =                                                                \
+       about.xml                                                       \
+       building.xml                                                    \
+       functional-scope.xml                                            \
+       legacy-app-handler.xml                                          \
+       public-interfaces.xml                                           \
+       software-architecture.xml                                       \
+       test-nsm-dummy.xml                                              \
+       test-test-environment-setup.xml                                 \
+       test-luc-management.xml                                         \
+       test-legacy-app-handling.xml                                    \
+       test-target-startup-monitoring.xml                              \
        version.xml
 
 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
@@ -81,16 +92,32 @@ expand_content_files=
 # signals and properties.
 # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS=
-GTKDOC_LIBS=
+GTKDOC_CFLAGS =                                                                \
+       -I$(top_srcdir)                                                 \
+       -I$(top_builddir)                                               \
+       $(DLT_CFLAGS)                                                   \
+       $(GIO_CFLAGS)                                                   \
+       $(GIO_UNIX_CFLAGS)                                              \
+       $(GLIB_CFLAGS)                                                  \
+       $(PLATFORM_CFLAGS)                                              \
+       $(PLATFORM_CPPFLAGS)                                            \
+       $(SYSTEMD_DAEMON_CFLAGS)
+
+GTKDOC_LIBS =                                                          \
+       $(DLT_LIBS)                                                     \
+       $(GIO_LIBS)                                                     \
+       $(GIO_UNIX_LIBS)                                                \
+       $(GLIB_LIBS)                                                    \
+       $(SYSTEMD_DAEMON_LIBS)                                          \
+       $(top_builddir)/common/libcommon.la
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
+include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=                                                          \
-       legacy-app-handler.xml                                          \
+EXTRA_DIST                                                           \
+       node-startup-controller.types                                   \
        version.xml.in
 
 # Files not to distribute