changeset 2511:5108a8b430a9

Remove ps and signature from doc.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Wed, 25 Oct 2006 08:59:19 +0100
parents 98a09e8177cf
children 7f33c6cfebe8
files specs/lilypond.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/lilypond.py	Wed Oct 25 07:36:23 2006 +0100
+++ b/specs/lilypond.py	Wed Oct 25 08:59:19 2006 +0100
@@ -283,6 +283,8 @@
 mkdir -p %(install_root)s/usr/share/doc/lilypond
 tar -C %(install_root)s/usr/share/doc/lilypond -jxf %(docball)s
 tar -C %(install_root)s -jxf %(infomanball)s
+rm -rf $(find %(install_root)s -name '*.signature')
+rm -rf $(find %(install_root)s -name '*.ps')
 mkdir -p %(install_root)s/usr/share/info/lilypond
 cd %(install_root)s/usr/share/info/lilypond && ln -sf ../../doc/lilypond/Documentation/user/*png .
 ''',