aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-25 14:05:15 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-25 14:05:15 +0200
commit622cfef5af42da1c283bc9c0a0423e18e20d5c53 (patch)
tree2c82147c8b5849b9912720ebd91fb0a1fed544fc /doc
parentc6ca8b27b0622a03a1c3d6218001df8aa696d514 (diff)
downloadgnunet-622cfef5af42da1c283bc9c0a0423e18e20d5c53.tar.gz
gnunet-622cfef5af42da1c283bc9c0a0423e18e20d5c53.zip
-fix disting
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b55fc79b3..4194447fc 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,9 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2 2
3SUBDIRS = .
4
3if DOCUMENTATION 5if DOCUMENTATION
4 SUBDIRS = . doxygen 6 SUBDIRS += doxygen
5all-local: 7all-local:
6 cd sphinx && make html 8 cd sphinx && make html
7install-data-hook: 9install-data-hook:
@@ -18,8 +20,8 @@ info_TEXINFOS = \
18 sphinx/_build/texinfo/gnunet.texi 20 sphinx/_build/texinfo/gnunet.texi
19 21
20EXTRA_DIST = \ 22EXTRA_DIST = \
21 sphinx/_build/man/gnunet.1 \ 23 $(man_MANS) \
22 sphinx/_build/texinfo/gnunet.texinfo \ 24 $(info_TEXINFOS) \
23 system_specific/outdated-and-old-installation-instructions.txt \ 25 system_specific/outdated-and-old-installation-instructions.txt \
24 system_specific/FROM_SOURCE \ 26 system_specific/FROM_SOURCE \
25 sphinx/about.rst \ 27 sphinx/about.rst \