Add missing XML files to the reference manual Makefile.am
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 3 Aug 2012 10:57:10 +0000 (11:57 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Fri, 3 Aug 2012 10:57:10 +0000 (11:57 +0100)
docs/reference/node-startup-controller/Makefile.am
docs/reference/node-startup-controller/building.xml [new file with mode: 0644]
docs/reference/node-startup-controller/node-startup-controller-docs.xml

index 5373774..a3d9e75 100644 (file)
@@ -70,10 +70,16 @@ HTML_IMAGES=
 # 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
diff --git a/docs/reference/node-startup-controller/building.xml b/docs/reference/node-startup-controller/building.xml
new file mode 100644 (file)
index 0000000..527682a
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+                          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+]>
+<refentry id="building">
+  <refmeta>
+    <refentrytitle>Building</refentrytitle>
+  </refmeta>
+
+  <refnamediv>
+    <refname>Building</refname>
+    <refpurpose>How to build the Node Startup Controller</refpurpose>
+  </refnamediv>
+</refentry>
index e7a1181..8b9cf1b 100644 (file)
@@ -55,6 +55,7 @@
 
   <part id="building">
     <title>Building</title>
+    <xi:include href="building.xml"/>
   </part>
 
   <part id="testing">