aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 22:55:09 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 22:55:09 +0900
commit56d347ae785ef4e4bea940a1fe518ff246d588ac (patch)
tree1b36fc2366275c76e4d2b752450c4010eee44b0b /doc
parent0a968728de260c1206f34c5a992ab689fe9b2de5 (diff)
downloadgnunet-56d347ae785ef4e4bea940a1fe518ff246d588ac.tar.gz
gnunet-56d347ae785ef4e4bea940a1fe518ff246d588ac.zip
GANA: Update submodule
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am36
-rw-r--r--doc/handbook/.gitignore2
-rw-r--r--doc/man/.gitignore4
-rw-r--r--doc/man/Makefile.am42
m---------doc/sphinx0
5 files changed, 31 insertions, 53 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c4e5671bb..151f83267 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,30 +1,16 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2 2
3# A note on sphinx:
4# gnunet-handbook does not have a Makefile.am.
5# It only supports building the documentation (and cleanup).
6# So, the only targets used are "make (all)" and "make clean".
7# Actuall installation of manpages/docs is done below
8# Also, the manpages are handled in man/, but some of them are built using
9# sphinx in all-local
10
11SUBDIRS = . 3SUBDIRS = .
12 4
13if HAVE_DOXY_BINARY 5if HAVE_DOXY_BINARY
14 SUBDIRS += doxygen 6 SUBDIRS += doxygen
15endif 7endif
16 8
17all-local:
18 cd sphinx && make all
19
20clean-local:
21 cd sphinx && make clean
22
23install-data-hook: 9install-data-hook:
24 mkdir -p $(DESTDIR)$(docdir) 10 mkdir -p $(DESTDIR)$(docdir)
25 cp -pr sphinx/_build/html $(DESTDIR)$(docdir) 11 cp -pr handbook/html $(DESTDIR)$(docdir)
26 mkdir -p $(DESTDIR)$(infodir) 12 mkdir -p $(DESTDIR)$(infodir)
27 cp -pr sphinx/_build/texinfo/gnunet.info $(DESTDIR)$(infodir) 13 cp -pr handbook/texinfo/gnunet.info $(DESTDIR)$(infodir)
28 14
29if INCLUDE_MANPAGES 15if INCLUDE_MANPAGES
30SUBDIRS += man 16SUBDIRS += man
@@ -40,21 +26,7 @@ endif
40# sphinx/_build/texinfo/gnunet.texi 26# sphinx/_build/texinfo/gnunet.texi
41 27
42EXTRA_DIST = \ 28EXTRA_DIST = \
43 sphinx/_build/texinfo/gnunet.info \ 29 handbook/texinfo/gnunet.info \
44 system_specific/outdated-and-old-installation-instructions.txt \ 30 system_specific/outdated-and-old-installation-instructions.txt \
45 system_specific/FROM_SOURCE \ 31 system_specific/FROM_SOURCE \
46 sphinx/_build/html \ 32 handbook/html
47 sphinx/about.rst \
48 sphinx/conf.py \
49 sphinx/faq.rst \
50 sphinx/gana \
51 sphinx/guis \
52 sphinx/index.rst \
53 sphinx/installing.rst \
54 sphinx/livingstandards.rst \
55 sphinx/make.bat \
56 sphinx/developers \
57 sphinx/users \
58 sphinx/preface.rst \
59 sphinx/_static \
60 sphinx/Makefile
diff --git a/doc/handbook/.gitignore b/doc/handbook/.gitignore
new file mode 100644
index 000000000..26718c2e9
--- /dev/null
+++ b/doc/handbook/.gitignore
@@ -0,0 +1,2 @@
1html/
2texinfo/
diff --git a/doc/man/.gitignore b/doc/man/.gitignore
index 38ed67872..decad311d 100644
--- a/doc/man/.gitignore
+++ b/doc/man/.gitignore
@@ -3,3 +3,7 @@ groff_lint.log
3*.html 3*.html
4gnunet-c-tutorial.7 4gnunet-c-tutorial.7
5gnunet-documentation.7 5gnunet-documentation.7
6gana.*
7gnunet.*
8gnunet-dev.*
9lsd.*
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 262441e9d..be7a810f8 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -36,27 +36,27 @@ endif
36endif 36endif
37 37
38man_MANS = \ 38man_MANS = \
39 ../sphinx/_build/man/gnunet.1 \ 39 gnunet.1 \
40 ../sphinx/_build/man/gnunet.2 \ 40 gnunet.2 \
41 ../sphinx/_build/man/gnunet.3 \ 41 gnunet.3 \
42 ../sphinx/_build/man/gnunet.4 \ 42 gnunet.4 \
43 ../sphinx/_build/man/gnunet.5 \ 43 gnunet.5 \
44 ../sphinx/_build/man/gnunet.6 \ 44 gnunet.6 \
45 ../sphinx/_build/man/gnunet.7 \ 45 gnunet.7 \
46 ../sphinx/_build/man/gnunet.8 \ 46 gnunet.8 \
47 ../sphinx/_build/man/gnunet.9 \ 47 gnunet.9 \
48 ../sphinx/_build/man/gana.1 \ 48 gana.1 \
49 ../sphinx/_build/man/gana.2 \ 49 gana.2 \
50 ../sphinx/_build/man/gana.3 \ 50 gana.3 \
51 ../sphinx/_build/man/gana.4 \ 51 gana.4 \
52 ../sphinx/_build/man/gana.5 \ 52 gana.5 \
53 ../sphinx/_build/man/gnunet-dev.1 \ 53 gnunet-dev.1 \
54 ../sphinx/_build/man/gnunet-dev.2 \ 54 gnunet-dev.2 \
55 ../sphinx/_build/man/gnunet-dev.3 \ 55 gnunet-dev.3 \
56 ../sphinx/_build/man/gnunet-dev.4 \ 56 gnunet-dev.4 \
57 ../sphinx/_build/man/gnunet-dev.5 \ 57 gnunet-dev.5 \
58 ../sphinx/_build/man/gnunet-dev.6 \ 58 gnunet-dev.6 \
59 ../sphinx/_build/man/lsd.1 \ 59 lsd.1 \
60 gnunet.conf.5 \ 60 gnunet.conf.5 \
61 gnunet-arm.1 \ 61 gnunet-arm.1 \
62 gnunet-ats.1 \ 62 gnunet-ats.1 \
diff --git a/doc/sphinx b/doc/sphinx
deleted file mode 160000
Subproject 7b4f05b78016a84e6be77f1257d05652217eb6b