]> git.donarmstrong.com Git - lilypond.git/commitdiff
(binary-indep): Link images for info.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Oct 2004 10:49:04 +0000 (10:49 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 13 Oct 2004 10:49:04 +0000 (10:49 +0000)
ChangeLog
debian/rules

index 55c55191bd8ebadc45d2c4a6349034576fa748c8..a423e6bda688dfbf3e9b64793dd407c89be3a96a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * debian/rules (binary-indep): Link images for info.
+
        * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
        feature nicked from jEdit.
 
index 51df150a5b7500153b0785a166c28dfb0d839f72..5089a866c601e2eb5dfc54fc0c5f460b9d03227f 100644 (file)
@@ -13,7 +13,10 @@ SHELL = /bin/sh
 r = debian/$(package)
 r_data = debian/$(package)-data
 r_doc = debian/$(package)-doc
+
+# FIXME: /usr
 d = usr/share/doc/$(package)
+info = /usr/share/info/$(package)
 
 include VERSION
 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_LEVEL)
@@ -104,10 +107,13 @@ binary-indep: build-doc install
        dh_testroot
        # Install LilyPond web documentation...
        $(MAKE) prefix=$(PWD)/$(r_doc)/usr webdir=$(PWD)/$(r_doc)/$(d)/html out=www web-install
-       # Add symlinks to the PostScript docs and LilyPond logo PNGs ...
+       # Add symlinks to the PostScript docs and LilyPond logo PNGs for HTML...
        cd $(r_doc)/$(d) \
            && cp -s `find html/Documentation -name '*.ps.gz'` . \
            && cp -s html/Documentation/pictures/out-www/*.png .
+       # Add symlinks to the PostScript docs and LilyPond logo PNGs for info...
+       cd $(r_doc)/$(info) \
+           && cp -s ../../doc/$(package)/html/Documentation/user/out-www/*.png .
 #      # Copy the DVI docs too ...
 #      cp -a `find Documentation -name '*.dvi' ! -name 'lily-[0-9]*.dvi'` \
 #              $(r_doc)/$(d)/