]> git.donarmstrong.com Git - lilypond.git/commitdiff
trim outdated info.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 9 Jun 2006 23:29:48 +0000 (23:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 9 Jun 2006 23:29:48 +0000 (23:29 +0000)
ChangeLog
HACKING
lily/figured-bass-position-engraver.cc

index dd7022457c61c620d5bdcad3a2c2dd0cc188df46..8cce756d72353df1af787a7922070812d4b0647c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * HACKING: trim outdated info.
+
 2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * scm/define-grobs.scm (all-grob-descriptions): Add
diff --git a/HACKING b/HACKING
index 65ee857573439baee9e0c2eb78ba548764699000..081bb2a24c154a306c59df029956ff11537c31bb 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -4,47 +4,9 @@ If you want to contribute and can build LilyPond yourself, there's no
 need to install that development version; you can run it from the
 build tree.
 
-Use the scripts below to configure and select to use the
-lilypond from the local build tree like this
+put the following script in your PATH, with $LILY_SRC_DIR set to the
+source directory.
 
-    clily && make
-    lily/out/lilypond input/simple.ly
-
-or
-
-    ./configure && make
-    LILYPONDPREFIX=$(pwd)/out out/lily/lilypond input/simple.ly
-
-
-clily:
-#!/bin/bash
-
-[ -x configure ] || ./autogen.sh --noconf
-rm -f config.cache
-./configure --prefix=$(pwd)/out --infodir=$(pwd)/share/info --disable-optimising --enable-gui "$@"
-
-here-lily:
-# source me - switching to older versions of LilyPond
-
-export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH   
-
-unset LILYPONDPREFIX
-unset TEXMF
-
-# ugh: must fool-proof other TeX environment variables
-TEXINPUTS=:
-MFINPUTS=:
-TFMFONTS=:
-
-. VERSION
-FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
-if [ -n "$MY_PATCH_LEVEL" ]; then
-   FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
-fi
-
-datadir=$(pwd)/share/lilypond/$FULL_VERSION
-export TEXMF="{$datadir,"`kpsexpand  \\$TEXMF`"}"
-
-export GS_FONTPATH="$datadir/fonts/type1:/usr/share/texmf/fonts/type1/bluesky/cm:/usr/share/texmf/fonts/type1/public/ec-fonts-mftraced"
-export GS_LIB="$datadir/ps:$GS_FONTPATH"
+  #!/bin/sh
 
+  exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@"
index 0383f35c25ad0530c5f280d7b3d3fbc4e747f391..8b4e7462c7c02339852d952633275fffcb593a91 100644 (file)
@@ -78,7 +78,6 @@ Figured_bass_position_engraver::acknowledge_note_column (Grob_info info)
   support_.push_back (info.grob ());
 }
 
-
 void
 Figured_bass_position_engraver::acknowledge_end_slur (Grob_info info)
 {