aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9e4cd252c..f33f70d8b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,13 +10,12 @@ install-data-hook:
10 mkdir -p $(DESTDIR)$(docdir) 10 mkdir -p $(DESTDIR)$(docdir)
11 cp -pr sphinx/_build/html $(DESTDIR)$(docdir) 11 cp -pr sphinx/_build/html $(DESTDIR)$(docdir)
12 12
13if INCLUDE_MANPAGES
14# FIXME this is somehow broken on openbsd. See #7324
15if !OPENBSD
16sphinx/_build/man/gnunet.1: Makefile 13sphinx/_build/man/gnunet.1: Makefile
17 cd sphinx && make man 14 cd sphinx && make man
15
16if INCLUDE_MANPAGES
17# FIXME this is somehow broken on openbsd. See #7324
18man_MANS = sphinx/_build/man/gnunet.1 18man_MANS = sphinx/_build/man/gnunet.1
19endif
20SUBDIRS += man 19SUBDIRS += man
21endif 20endif
22endif 21endif