From 407dbee34b6f748c662e8dc58efc3a2d0e273c58 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Jan 2021 18:04:55 +0300 Subject: [PATCH] Thanks to Kai Hendry for AUR port and bugreports --- doc/goredo.info.do | 2 +- doc/{goredo.texi => index.texi} | 1 + doc/install.texi | 5 +++++ doc/thanks.texi | 10 ++++++++++ makedist.sh | 11 ++++++++++- 5 files changed, 27 insertions(+), 2 deletions(-) rename doc/{goredo.texi => index.texi} (98%) create mode 100644 doc/thanks.texi diff --git a/doc/goredo.info.do b/doc/goredo.info.do index cd1ddde..a926349 100644 --- a/doc/goredo.info.do +++ b/doc/goredo.info.do @@ -3,4 +3,4 @@ ${MAKEINFO:-makeinfo} \ -D "VERSION `cat ../VERSION`" \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ - --output $3 goredo.texi + --output $3 index.texi diff --git a/doc/goredo.texi b/doc/index.texi similarity index 98% rename from doc/goredo.texi rename to doc/index.texi index 677bfbb..3a8c786 100644 --- a/doc/goredo.texi +++ b/doc/index.texi @@ -49,5 +49,6 @@ maillist. Announcements also go to this mailing list. @include install.texi @include faq.texi @include state.texi +@include thanks.texi @bye diff --git a/doc/install.texi b/doc/install.texi index b25603b..34688d9 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -1,6 +1,11 @@ @node Install @unnumbered Install +Possibly @command{goredo} package already exists for your distribution: +@itemize +@item @url{https://aur.archlinux.org/packages/goredo/, Arch Linux AUR} +@end itemize + Preferable way is to download tarball with the signature from website: @example diff --git a/doc/thanks.texi b/doc/thanks.texi new file mode 100644 index 0000000..9a7499d --- /dev/null +++ b/doc/thanks.texi @@ -0,0 +1,10 @@ +@node Thanks +@unnumbered Thanks + +There are people deserving to be thanked for helping this project: + +@itemize + +@item @url{mailto:hendry@@iki.fi, Kai Hendry} for his bugreports and AUR port maintaining + +@end itemize diff --git a/makedist.sh b/makedist.sh index a3aa488..0e9ec01 100755 --- a/makedist.sh +++ b/makedist.sh @@ -49,9 +49,18 @@ EOF perl -i -p -e "s/.verbatiminclude .*PUBKEY.asc/Look in PUBKEY.asc file./" install.texi mkinfo --output INSTALL $texi +cat > $texi <