aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a8b044ccc..b45362d38 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,6 +10,9 @@ endif
10if OPENBSD 10if OPENBSD
11all-local: 11all-local:
12 cd handbook/texinfo && make || touch gnunet.info 12 cd handbook/texinfo && make || touch gnunet.info
13GNUNET_TEXI =
14else
15GNUNET_TEXI = handbook/texinfo/gnunet.texi
13endif 16endif
14 17
15install-data-hook: 18install-data-hook:
@@ -25,7 +28,7 @@ endif
25AM_MAKEINFOFLAGS = --no-headers --no-split 28AM_MAKEINFOFLAGS = --no-headers --no-split
26 29
27info_TEXINFOS = \ 30info_TEXINFOS = \
28 handbook/texinfo/gnunet.texi 31 $(GNUNET_TEXI)
29 32
30EXTRA_DIST = \ 33EXTRA_DIST = \
31 handbook/texinfo \ 34 handbook/texinfo \