From 50d15291c29b29d1be2e6f9baa9886affd9fd15e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2012 17:46:49 +0200 Subject: change log and dep. update --- CHANGELOG | 5 +++++ manuals/ponysay.texinfo | 28 +++++++++++++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f7026cd..e45df00 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 2.5 + + Brand new highly configurable build system. + + Version 2.4 Nothing worth mentioning. 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. -- cgit