diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-07-17 17:15:37 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-07-30 10:45:13 +0200 |
commit | 695668a25ed87a4f7b95861369b4f36636fe721d (patch) | |
tree | 84d69240211278e8e4121b6042382320fa7c67ae /src/bin/lfc | |
parent | rearranges docs and build script (diff) | |
download | kea-695668a25ed87a4f7b95861369b4f36636fe721d.tar.xz kea-695668a25ed87a4f7b95861369b4f36636fe721d.zip |
removed old rules for generating manuals
Diffstat (limited to 'src/bin/lfc')
-rw-r--r-- | src/bin/lfc/Makefile.am | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/src/bin/lfc/Makefile.am b/src/bin/lfc/Makefile.am index 460f83e3dc..dd90f66faf 100644 --- a/src/bin/lfc/Makefile.am +++ b/src/bin/lfc/Makefile.am @@ -9,23 +9,8 @@ if USE_STATIC_LINK AM_LDFLAGS = -static endif -man_MANS = kea-lfc.8 -DISTCLEANFILES = $(man_MANS) -EXTRA_DIST = $(man_MANS) kea-lfc.xml lfc.dox +EXTRA_DIST = lfc.dox -if GENERATE_DOCS -kea-lfc.8: kea-lfc.xml - @XSLTPROC@ --novalid --xinclude @NONET@ -o $@ \ - http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ - $(srcdir)/kea-lfc.xml - -else - -$(man_MANS): - @echo Man generation disabled. Creating dummy $@. Configure with --enable-generate-docs to enable it. - @echo Man generation disabled. Remove this file, configure with --enable-generate-docs, and rebuild Kea > $@ - -endif # convenience archive |