changeset 6196:a20b5d52d48d

Document need for zip and regenerate README [ make README ].
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 26 Aug 2012 19:32:51 +0200
parents 5b5865d521c6
children 13f63473dac4 357ba5475738
files README gub/specs/lilypond-doc.py web/lilypond.html
diffstat 3 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Aug 26 11:39:49 2012 +0200
+++ b/README	Sun Aug 26 19:32:51 2012 +0200
@@ -114,7 +114,6 @@
   - standard unix shell utilities: cat, cp, install, mv, rm, sed, ...
   - a standard unix development environment with GCC and G++
   - Python 2.4 or newer (2.5, 2.6, 3.0 are known to work)
-  - /usr/bin/makeinfo [from the texinfo package]
 
 * Try
   bin/gub --help
@@ -493,6 +492,8 @@
 In addition to the requirements for GUB, you need
 
   • A TeX installation
+  • texinfo
+  • zip
 
 Build everything
 
--- a/gub/specs/lilypond-doc.py	Sun Aug 26 11:39:49 2012 +0200
+++ b/gub/specs/lilypond-doc.py	Sun Aug 26 19:32:51 2012 +0200
@@ -12,6 +12,8 @@
                 'tools::imagemagick',
                 'tools::rsync', # ugh, we depend on *rsync* !?
                 #'tools::texlive',
+                'system::makeinfo',
+                'system::zip',
                 ])
     make_flags = misc.join_lines ('''
 CROSS=no
--- a/web/lilypond.html	Sun Aug 26 11:39:49 2012 +0200
+++ b/web/lilypond.html	Sun Aug 26 19:32:51 2012 +0200
@@ -21,6 +21,8 @@
 
 <ul>
     <li>A TeX installation</li>
+    <li>texinfo</li>
+    <li>zip</li>
 </ul>
 
 <h3>Build everything</h3>