diff options
author | Andrei Pavel <andrei@isc.org> | 2021-09-11 18:51:55 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-09-20 19:45:35 +0200 |
commit | 91dd72dbf3aa0bbd0cfefc22b378dbe4a2d787f3 (patch) | |
tree | 27a988db25751cb647cc717e97a8e4263af08b93 /Makefile.am | |
parent | [#2081] install the default openssl-devel on CentOS 7 (diff) | |
download | kea-91dd72dbf3aa0bbd0cfefc22b378dbe4a2d787f3.tar.xz kea-91dd72dbf3aa0bbd0cfefc22b378dbe4a2d787f3.zip |
[#2081] remove docbook and docgen mentions (extra)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0df450bbf6..ebcf3e7fbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,6 @@ ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS} # ^^^^^^^^ This has to be the first line and cannot come later in this # Makefile.am due to some bork in some versions of autotools. -# We now build doc after src/, because docgen, a tool to generate API -# documentation requires libkea-exceptions and libkea-cc. SUBDIRS = tools . ext src doc m4macros @PREMIUM_DIR@ @CONTRIB_DIR@ USE_LCOV=@USE_LCOV@ |