aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 38bf23733..c2c4f1e5a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,8 +14,11 @@ sphinx/_build/man/gnunet.1: Makefile
14 cd sphinx && make man 14 cd sphinx && make man
15 15
16if INCLUDE_MANPAGES 16if INCLUDE_MANPAGES
17# FIXME this is somehow broken on openbsd. See #7324
18if !OPENBSD
17man_MANS = sphinx/_build/man/gnunet.1 19man_MANS = sphinx/_build/man/gnunet.1
18 SUBDIRS += man 20endif
21SUBDIRS += man
19endif 22endif
20endif 23endif
21 24