aboutsummaryrefslogtreecommitdiff
path: root/manuals
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-26 17:46:49 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-26 17:46:49 +0200
commit50d15291c29b29d1be2e6f9baa9886affd9fd15e (patch)
treeca0d729e23d4c3d75069cc16a32ac8f964ff5f67 /manuals
parent1b8a80a81c4a91745a350b3621be108d93dddb20 (diff)
downloadponysay-50d15291c29b29d1be2e6f9baa9886affd9fd15e.tar.gz
ponysay-50d15291c29b29d1be2e6f9baa9886affd9fd15e.tar.bz2
ponysay-50d15291c29b29d1be2e6f9baa9886affd9fd15e.zip
change log and dep. update
Diffstat (limited to 'manuals')
-rw-r--r--manuals/ponysay.texinfo28
1 files changed, 19 insertions, 9 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index a70af7d..9e2703c 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -672,19 +672,24 @@ the file name) in addition to .pony-files or pony names.
@section Package building dependencies
@table @command
+@item python>=3
+Required to run the @file{./setup.py} file, which is also invoked from the
+make script.
@item gzip
-Used for compressing manuals.
+Used for compressing manuals. (Optional, standard)
+@item xz
+Used for compressing manuals. (Optional, non-standard)
@item texinfo
-@itemx info
-@command{texinfo} and @command{info} are required if you want this @command{info}
-manual.
+Used to compile this @command{info} manual. (Optional, standard)
+@item info
+Used to install this @command{info} manual with @command{install-info}.
+(Optional, standard)
@item make
-Required to run the make script.
-@item coreutils
-The make script uses @command{install}, @command{unlink}, @command{rm}, @command{ln},
-@command{mkdir} and @command{cp} and @command{cut}.
+Required to run the make script. (Optional)
+@item sh
+Required to run the @command{./configure} script. (Optional)
@item sed
-Used by the make script for @option{PREFIX} customisation.
+Used in the @command{./configure} script. (Optional)
@end table
@@ -1651,6 +1656,11 @@ sequences.
@cindex previous releases
+@heading Version 2.5
+
+Brand new highly configurable build system.
+
+
@heading Version 2.4
Nothing worth mentioning.