2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

add makefile for doc

This commit is contained in:
Jeremy C. Reed 2011-01-20 13:17:30 -06:00
parent ef811c6e76
commit 3e151d4477
4 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = src
SUBDIRS = doc src
USE_LCOV=@USE_LCOV@
LCOV=@LCOV@
GENHTML=@GENHTML@
@ -282,9 +282,3 @@ EXTRA_DIST += ext/asio/asio/is_write_buffered.hpp
EXTRA_DIST += ext/asio/asio/buffered_read_stream_fwd.hpp
EXTRA_DIST += ext/asio/asio/socket_acceptor_service.hpp
EXTRA_DIST += ext/asio/asio.hpp
## include the guide in tarball, later will include the other parts there
## but they cleanup.
EXTRA_DIST += doc/guide/bind10-guide.css
EXTRA_DIST += doc/guide/bind10-guide.html
EXTRA_DIST += doc/guide/bind10-guide.xml

View File

@ -574,6 +574,7 @@ AC_ARG_ENABLE(install-configurations,
AM_CONDITIONAL(INSTALL_CONFIGURATIONS, test x$install_configurations = xyes || test x$install_configurations = xtrue)
AC_CONFIG_FILES([Makefile
doc/Makefile
doc/guide/Makefile
src/Makefile
src/bin/Makefile

3
doc/Makefile.am Normal file
View File

@ -0,0 +1,3 @@
SUBDIRS = guide
EXTRA_DIST = version.ent.in

View File

@ -1,3 +1,7 @@
EXTRA_DIST = bind10-guide.css
EXTRA_DIST += bind10-guide.html
EXTRA_DIST += bind10-guide.xml
# This is not a "man" manual, but reuse this for now for docbook.
if ENABLE_MAN