From 1077b848f15ada260c5d0b4734ed23295192ebb8 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 29 Aug 2013 14:09:32 -0700 Subject: [PATCH] [v4_1_esv] [master] [32767] Doxygen files for Developer's Guide are now included in release --- Makefile.am | 5 +++++ Makefile.in | 6 +++++- RELNOTES | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 23a8b1a6..3bc56169 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,11 @@ EXTRA_DIST = RELNOTES LICENSE \ doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \ doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \ doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf + doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \ + doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \ + doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \ + doc/devel/omapi.dox doc/devel/qa.dox \ + common/tests/Atffile server/tests/Atffile SUBDIRS = includes tests common minires dst omapip client dhcpctl relay server diff --git a/Makefile.in b/Makefile.in index 162ec38c..8dcd6013 100644 --- a/Makefile.in +++ b/Makefile.in @@ -307,7 +307,11 @@ EXTRA_DIST = RELNOTES LICENSE \ doc/ja_JP.eucJP/dhclient-script.8 doc/ja_JP.eucJP/dhclient.8 \ doc/ja_JP.eucJP/dhclient.conf.5 doc/ja_JP.eucJP/dhclient.leases.5 \ doc/ja_JP.eucJP/dhcp-eval.5 doc/ja_JP.eucJP/dhcp-options.5 \ - doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf + doc/examples/dhclient-dhcpv6.conf doc/examples/dhcpd-dhcpv6.conf \ + doc/devel/arch.dox doc/devel/atf.dox doc/devel/contrib.dox \ + doc/devel/debug.dox doc/devel/isc-logo.jpg doc/devel/mainpage.dox \ + doc/devel/omapi.dox doc/devel/qa.dox \ + common/tests/Atffile server/tests/Atffile SUBDIRS = includes tests common minires dst omapip client dhcpctl relay server nobase_include_HEADERS = dhcpctl/dhcpctl.h diff --git a/RELNOTES b/RELNOTES index 14144587..1c645d92 100644 --- a/RELNOTES +++ b/RELNOTES @@ -85,6 +85,10 @@ work on other platforms. Please report any problems and suggested fixes to to work more consistently. [ISC-Bugs #18175] +- Missing files for ISC DHCP Developer's Guide are now included in + the release tarballs. To generate this documentation, please use + make devel command in doc directory. [ISC-Bugs #32767] + Changes since 4.1-ESV-R8rc1 - None