From: janneke Date: Wed, 13 Oct 2004 10:49:04 +0000 (+0000) Subject: (binary-indep): Link images for info. X-Git-Tag: release/2.3.24^2~43 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aca5ca4ce18c89170921245b77ae045f500222b3;p=lilypond.git (binary-indep): Link images for info. --- diff --git a/ChangeLog b/ChangeLog index 55c55191bd..a423e6bda6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-10-13 Jan Nieuwenhuizen + * debian/rules (binary-indep): Link images for info. + * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR. Cool feature nicked from jEdit. diff --git a/debian/rules b/debian/rules index 51df150a5b..5089a866c6 100644 --- a/debian/rules +++ b/debian/rules @@ -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)/