commit eee1e00fb2dbdfd72410467b1d7337cb15334bb1
parent f55345e923ebd6fb7301b3d4304a20b5f7386986
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 6 Sep 2022 13:46:21 +0200
-try again fix for bsd
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
@@ -10,13 +10,12 @@ install-data-hook:
mkdir -p $(DESTDIR)$(docdir)
cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
-if INCLUDE_MANPAGES
-# FIXME this is somehow broken on openbsd. See #7324
-if !OPENBSD
sphinx/_build/man/gnunet.1: Makefile
cd sphinx && make man
+
+if INCLUDE_MANPAGES
+# FIXME this is somehow broken on openbsd. See #7324
man_MANS = sphinx/_build/man/gnunet.1
-endif
SUBDIRS += man
endif
endif