]> Cypherpunks.ru repositories - goredo.git/commitdiff
Thanks to Kai Hendry for AUR port and bugreports
authorSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2021 15:04:55 +0000 (18:04 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 10 Jan 2021 15:10:45 +0000 (18:10 +0300)
doc/goredo.info.do
doc/index.texi [moved from doc/goredo.texi with 98% similarity]
doc/install.texi
doc/thanks.texi [new file with mode: 0644]
makedist.sh

index cd1dddef62cbc8c0acd0b05becea980a345d8f68..a926349a70edd78d002a6337d3424323266e246e 100644 (file)
@@ -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
similarity index 98%
rename from doc/goredo.texi
rename to doc/index.texi
index 677bfbb86a1ca71aee8517cc44aa6c8cb6a3303f..3a8c7861f4ca807df5fc01e2b5ff1c3241ba6fd8 100644 (file)
@@ -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
index b25603bdaceae644fbc8bb7f85f7596306f7523b..34688d9993aeecbd4e44174a11dffc55fbfe6d02 100644 (file)
@@ -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 (file)
index 0000000..9a7499d
--- /dev/null
@@ -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
index a3aa4882e9c199d0c4b7e8baa1db3a3c8a9a30d7..0e9ec01762ef05516dbdde9c73f8fb85ca4d9953 100755 (executable)
@@ -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 <<EOF
+\input texinfo
+@documentencoding UTF-8
+@settitle THANKS
+`cat doc/thanks.texi`
+@bye
+EOF
+mkinfo --output THANKS $texi
+
 rm $texi
 redo goredo.info
-mv goredo.info NEWS INSTALL ..
+mv goredo.info INSTALL NEWS THANKS ..
 cd ..
 
 ########################################################################