Browse Source

[master] Missing developer guide sources are now in dist

Tomek Mrugalski 10 years ago
parent
commit
5d151491be
5 changed files with 7 additions and 1 deletions
  1. 1 0
      doc/Makefile.am
  2. 1 1
      src/bin/d2/Makefile.am
  3. 1 0
      src/bin/dhcp4/Makefile.am
  4. 1 0
      src/bin/dhcp6/Makefile.am
  5. 3 0
      src/lib/hooks/Makefile.am

+ 1 - 0
doc/Makefile.am

@@ -1,6 +1,7 @@
 SUBDIRS = guide design
 
 EXTRA_DIST = version.ent.in differences.txt Doxyfile Doxyfile-xml
+EXTRA_DIST += devel/config-backend.dox devel/mainpage.dox devel/contribute.dox
 
 nobase_dist_doc_DATA  = examples/kea4/single-subnet.json
 nobase_dist_doc_DATA += examples/kea4/several-subnets.json

+ 1 - 1
src/bin/d2/Makefile.am

@@ -18,7 +18,7 @@ CLEANFILES  = *.gcno *.gcda spec_config.h d2_messages.h d2_messages.cc s-message
 
 man_MANS = kea-dhcp-ddns.8
 DISTCLEANFILES = $(man_MANS)
-EXTRA_DIST = $(man_MANS) kea-dhcp-ddns.xml dhcp-ddns.spec
+EXTRA_DIST = $(man_MANS) kea-dhcp-ddns.xml dhcp-ddns.spec d2.dox
 
 if GENERATE_DOCS
 kea-dhcp-ddns.8: kea-dhcp-ddns.xml

+ 1 - 0
src/bin/dhcp4/Makefile.am

@@ -19,6 +19,7 @@ CLEANFILES  = *.gcno *.gcda spec_config.h dhcp4_messages.h dhcp4_messages.cc s-m
 man_MANS = kea-dhcp4.8
 DISTCLEANFILES = $(man_MANS)
 EXTRA_DIST = $(man_MANS) kea-dhcp4.xml dhcp4.spec
+EXTRA_DIST += dhcp4.dox dhcp4_hooks.dox
 
 if GENERATE_DOCS
 kea-dhcp4.8: kea-dhcp4.xml

+ 1 - 0
src/bin/dhcp6/Makefile.am

@@ -20,6 +20,7 @@ CLEANFILES = spec_config.h dhcp6_messages.h dhcp6_messages.cc s-messages
 man_MANS = kea-dhcp6.8
 DISTCLEANFILES = $(man_MANS)
 EXTRA_DIST = $(man_MANS) kea-dhcp6.xml dhcp6.spec
+EXTRA_DIST += dhcp6.dox dhcp6_hooks.dox
 
 if GENERATE_DOCS
 

+ 3 - 0
src/lib/hooks/Makefile.am

@@ -25,6 +25,9 @@ BUILT_SOURCES = hooks_messages.h hooks_messages.cc
 # Ensure that the message file is included in the distribution
 EXTRA_DIST = hooks_messages.mes
 
+# Include developer's guide files
+EXTRA_DIST += hooks_user.dox hooks_maintenance.dox hooks_component_developer.dox
+
 # Get rid of generated message files on a clean
 CLEANFILES = *.gcno *.gcda hooks_messages.h hooks_messages.cc s-messages