aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-29 20:40:32 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-29 20:40:32 +0900
commit597404615c3d7793b88ababe3410cffadc3f7715 (patch)
treef88839eb05af57e514ad20624aa4d223a65b0c48 /doc
parentcb7f469e746c5ef7b9008a036567eff525430e25 (diff)
downloadgnunet-597404615c3d7793b88ababe3410cffadc3f7715.tar.gz
gnunet-597404615c3d7793b88ababe3410cffadc3f7715.zip
-lets see if this works for openbsd
Diffstat (limited to 'doc')
-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 \