Browse Source

add libdhcp.xml to dist file

This was noticed by wlodek.
The docbook source was not added to the DOCBOOK list, but
the master file brings it in.
This breaks the document generation from the tarball (which was
missing the file).

I didn't get it reviewed, but I tested it and it is a one-line
trivial change.

Note that my distcheck automated builder has document generation
not enabled so this was not seen. We need to make sure the
document generation is automated using a "dist" tarball.
(My other automated document generation is from the git repo.)
Jeremy C. Reed 10 years ago
parent
commit
0334eed66d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/guide/Makefile.am

+ 1 - 0
doc/guide/Makefile.am

@@ -7,6 +7,7 @@ dist_html_DATA = $(HTMLDOCS) kea-guide.css
 
 DOCBOOK = kea-guide.xml intro.xml quickstart.xml install.xml config.xml
 DOCBOOK += keactrl.xml dhcp4-srv.xml dhcp6-srv.xml logging.xml ddns.xml
+DOCBOOK += libdhcp.xml
 
 EXTRA_DIST = $(DOCBOOK)
 DISTCLEANFILES = $(HTMLDOCS) $(DOCS) kea-messages.xml