mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
add makefile for doc
This commit is contained in:
parent
ef811c6e76
commit
3e151d4477
@ -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
|
||||
|
@ -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
3
doc/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
SUBDIRS = guide
|
||||
|
||||
EXTRA_DIST = version.ent.in
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user