gnunet: Handle info files in options.mk

This commit is contained in:
ng0 2019-05-26 10:51:23 +00:00
parent 72ec896010
commit 4ea7361048
2 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,6 @@ TEST_TARGET= check
PTHREAD_OPTS= require native
LDFLAGS+= -lpthread -lintl
INFO_FILES= yes
.include "../../mk/bsd.prefs.mk"
.include "options.mk"

View File

@ -21,6 +21,7 @@ PYTHON_FOR_BUILD_ONLY= yes
# build the doc output. XXX: See README.
.if !empty(PKG_OPTIONS:Mdoc)
USE_TOOLS+= makeinfo
INFO_FILES= yes
CONFIGURE_ARGS+= --enable-documentation
PLIST.doc= yes
.else