aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-09 17:37:30 +0000
committerng0 <ng0@n0.is>2019-02-09 17:37:30 +0000
commitf4ed42acfd5a03c79e19e7ec39b9062b37ca38db (patch)
treee1edac7a133d0f90ee983740f7121ab370290566 /doc
parentc03183d3e196645f955133867c0892c7f08769f5 (diff)
parentf05f6145bfb38442ac46820c8d1db85ce5ac0eb1 (diff)
downloadgnunet-f4ed42acfd5a03c79e19e7ec39b9062b37ca38db.tar.gz
gnunet-f4ed42acfd5a03c79e19e7ec39b9062b37ca38db.zip
Merge branch 'feature/texinfo-fix'
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/Makefile.am2
-rw-r--r--doc/handbook/gnunet.texi5
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/tutorial/Makefile.am2
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index d12ad1af8..8be033f23 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -138,7 +138,7 @@ version.texi/replacement/revert:
138 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi 138 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi
139 @echo "@set EDITION GPACKAGE_VERSION" >> gversion.texi 139 @echo "@set EDITION GPACKAGE_VERSION" >> gversion.texi
140 140
141if SECTION7 141if TEXI2MDOC_GENERATION
142gnunet-documentation.7: version.texi/replacement 142gnunet-documentation.7: version.texi/replacement
143 @echo Attempting to output an mdoc formatted section 7 document 143 @echo Attempting to output an mdoc formatted section 7 document
144 @texi2mdoc -I$(pwd):$(pwd)/chapters gnunet.texi > ../man/gnunet-documentation.7 144 @texi2mdoc -I$(pwd):$(pwd)/chapters gnunet.texi > ../man/gnunet-documentation.7
diff --git a/doc/handbook/gnunet.texi b/doc/handbook/gnunet.texi
index 05522d7d0..d688009a4 100644
--- a/doc/handbook/gnunet.texi
+++ b/doc/handbook/gnunet.texi
@@ -5,6 +5,11 @@
5@settitle GNUnet Reference Manual 5@settitle GNUnet Reference Manual
6@c @exampleindent 2 6@c @exampleindent 2
7 7
8@c macros for backwards compatibility
9@macro geq{}
10>=
11@end macro
12
8@c Set Versions which might be used in more than one place: 13@c Set Versions which might be used in more than one place:
9@set GNUFTP-URL https://ftp.gnu.org/gnu/gnunet 14@set GNUFTP-URL https://ftp.gnu.org/gnu/gnunet
10@set PYPI-URL https://pypi.python.org/packages/source 15@set PYPI-URL https://pypi.python.org/packages/source
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index d0871571d..ceb7bf68d 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -47,7 +47,7 @@ man_MANS = \
47 47
48EXTRA_DIST = ${man_MANS} 48EXTRA_DIST = ${man_MANS}
49 49
50if SECTION7 50if TEXI2MDOC_GENERATION
51EXTRA_DIST += gnunet-documentation.7 \ 51EXTRA_DIST += gnunet-documentation.7 \
52 gnunet-c-tutorial.7 52 gnunet-c-tutorial.7
53endif 53endif
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 0431e0684..412ac3a6f 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -88,7 +88,7 @@ version.texi/replacement/revert:
88 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi 88 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi
89 @echo "@set EDITION GPACKAGE_VERSION" >> gversion.texi 89 @echo "@set EDITION GPACKAGE_VERSION" >> gversion.texi
90 90
91if SECTION7 91if TEXI2MDOC_GENERATION
92gnunet-tutorial.7: version.texi/replacement 92gnunet-tutorial.7: version.texi/replacement
93 @echo Attempting to output an mdoc formatted section 7 document 93 @echo Attempting to output an mdoc formatted section 7 document
94 @texi2mdoc -I$(pwd):$(pwd)/chapters gnunet-c-tutorial.texi > ../man/gnunet-c-tutorial.7 94 @texi2mdoc -I$(pwd):$(pwd)/chapters gnunet-c-tutorial.texi > ../man/gnunet-c-tutorial.7