changeset 5801:e9eeee726538

lilypond-ancient: install some .lys too. Fixes unavailability of input :-)
author Jan Nieuwenhuizen <janneke@gnu.org>
date Wed, 14 Oct 2009 15:48:49 +0200
parents c85e698894a8
children d78b1cea11f7
files gub/specs/lilypond-ancient.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-ancient.py	Wed Oct 14 15:48:28 2009 +0200
+++ b/gub/specs/lilypond-ancient.py	Wed Oct 14 15:48:49 2009 +0200
@@ -197,5 +197,10 @@
 ''',
                    '%(install_prefix)s/etc/relocate/lilypond.reloc',
                    env=locals ())
+        self.system ('''
+mkdir -p %(install_prefix)s/share/doc/lilypond
+rsync -v -a %(srcdir)s/input %(install_prefix)s/share/doc/lilypond
+rsync -v -a %(srcdir)s/mutopia %(install_prefix)s/share/doc/lilypond || :
+''')
 
 Lilypond_ancient = LilyPond