aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-06 13:24:50 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-06 13:24:50 +0200
commitf55345e923ebd6fb7301b3d4304a20b5f7386986 (patch)
tree02373ac09819d605cc49801f0f761a92fc0bb113 /doc
parentd3d75e4ed7cb1e973065b535a6901d8e525bed5d (diff)
downloadgnunet-f55345e923ebd6fb7301b3d4304a20b5f7386986.tar.gz
gnunet-f55345e923ebd6fb7301b3d4304a20b5f7386986.zip
-fix
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c2c4f1e5a..9e4cd252c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,12 +10,11 @@ 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
13sphinx/_build/man/gnunet.1: Makefile
14 cd sphinx && make man
15
16if INCLUDE_MANPAGES 13if INCLUDE_MANPAGES
17# FIXME this is somehow broken on openbsd. See #7324 14# FIXME this is somehow broken on openbsd. See #7324
18if !OPENBSD 15if !OPENBSD
16sphinx/_build/man/gnunet.1: Makefile
17 cd sphinx && make man
19man_MANS = sphinx/_build/man/gnunet.1 18man_MANS = sphinx/_build/man/gnunet.1
20endif 19endif
21SUBDIRS += man 20SUBDIRS += man