summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-16 21:18:03 +0000
committerng0 <ng0@n0.is>2019-04-16 21:18:03 +0000
commit109303d884b103f5e64151c9dba8a914df9bcdb6 (patch)
tree25805f92b944e3dcd5889c091414f4ef1ae811a6 /doc
parentaa35506e07a6f4346da2f96a950671808e6dee42 (diff)
downloadmerchant-109303d884b103f5e64151c9dba8a914df9bcdb6.tar.gz
merchant-109303d884b103f5e64151c9dba8a914df9bcdb6.tar.bz2
merchant-109303d884b103f5e64151c9dba8a914df9bcdb6.zip
manual: Fix up Texinfo.
The previous way does not really work for html and was slightly LaTeX'ish. The alternative, @geq{}, is not backwards portable in a non-breaking way. This commit uses >= instead which for the gnunet documentation has proven to be portable enough.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/manual.texi b/doc/manual.texi
index 7a10e9a1..b37ad613 100644
--- a/doc/manual.texi
+++ b/doc/manual.texi
@@ -314,17 +314,17 @@ The following packages need to be installed before we can compile the
backend:
@itemize
-@item autoconf @math{\ge 2.69}
-@item automake @math{\ge 1.14}
-@item libtool @math{\ge 2.4}
-@item autopoint @math{\ge 0.19}
-@item libltdl @math{\ge 2.4}
-@item libunistring @math{\ge 0.9.3}
-@item libcurl @math{\ge 7.26} (or libgnurl @math{\ge 7.26})
-@item GNU libmicrohttpd @math{\ge 0.9.39}
-@item GNU libgcrypt @math{\ge 1.6}
-@item libjansson @math{\ge 2.7}
-@item Postgres @math{\ge 9.4}, including libpq
+@item autoconf >= 2.69
+@item automake >= 1.14
+@item libtool >= 2.4
+@item autopoint >= 0.19
+@item libltdl >= 2.4
+@item libunistring >= 0.9.3
+@item libcurl >= 7.26 (or libgnurl >= 7.26)
+@item GNU libmicrohttpd >= 0.9.39
+@item GNU libgcrypt >= 1.6
+@item libjansson >= 2.7
+@item Postgres >= 9.4, including libpq
@item libgnunetutil (from Git)
@item GNU Taler exchange (from Git)
@end itemize