From 109303d884b103f5e64151c9dba8a914df9bcdb6 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 16 Apr 2019 21:18:03 +0000 Subject: 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. --- doc/manual.texi | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3