From: Han-Wen Nienhuys Date: Tue, 19 Apr 2005 00:14:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.21~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ce2453e8e005ebfbf9db7ba721fd4a824be1dcfd;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b0791911b8..088f4b0259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-04-19 Han-Wen Nienhuys + + * buildscripts/lilypond-{login,profile}.sh (Module): remove file. + +2005-04-18 Han-Wen Nienhuys + + * scm/output-ps.scm (grob-cause): don't add cwd if path starts + with + 2005-04-18 Jan Nieuwenhuizen * stepmake/aclocal.m4: Remove tfm_path. diff --git a/buildscripts/lilypond-login.sh b/buildscripts/lilypond-login.sh deleted file mode 100644 index d0c0377945..0000000000 --- a/buildscripts/lilypond-login.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/csh - -# Setup TeX/LaTeX Ghostscript C-shell environment for LilyPond. -# -# Red Hat-like systems should install this in /etc/profile.d/ - -# If run by hand or from you .login, run as follows -# source lilypond-profile - - - -# strange shell, this C -set datadir="@local_lilypond_datadir@" - -# setenv LILYPONDPREFIX "$datadir" -# bit silly. for lilypond, overrules compiled-in datadir... -# setenv LILYPONDPREFIX "@local_lilypond_datadir@" - -# Add the installation directory to the teTeX system tree, -# see Documentation/misc/fontinstallation - -set alreadyset = `kpsexpand \$TEXMF | grep "$datadir"` -if ( "$alreadyset" == "" ) then - set noglob - setenv TEXMF "{$datadir,"`kpsexpand \$TEXMF`"}" - unset noglob -endif -unset alreadyset - - - -# if ( $?GS_LIB ) then -# setenv GS_LIB "$datadir/ps:$GS_LIB" -# else -# setenv GS_LIB "$datadir/ps" -# endif - - - -# Add all available TeX Type1 fonts (including Feta) to Ghostscript: -#if ( $?GS_FONTPATH ) then -# setenv GS_FONTPATH `kpsewhich -expand-path=\$T1FONTS`:$GS_FONTPATH -#else -# setenv GS_FONTPATH `kpsewhich -expand-path=\$T1FONTS` -#endif - - diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh deleted file mode 100644 index da3e1dc153..0000000000 --- a/buildscripts/lilypond-profile.sh +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh - -# Setup TeX/LaTeX Ghostscript environment for LilyPond. - -# Red Hat-like systems should install this in /etc/profile.d/ - -# If run by hand or from you .profile, run as follows -# . /PATH/TO/lilypond-profile - - - - - -# In ZSH, $0 is set to the script name, regardless of whether sourced -# or run in a subshell. -if [ -n "$ZSH_NAME" ] ; then - echo "Make sure that this script is sourced, ie. run as " - echo - echo " . lilypond-profile" - echo "" - echo "Continuing anyway ..." - return 2 -fi - -if [ -z "$ZSH_NAME" -a `basename "$0"` = "lilypond-profile" ] ; then - cat >/dev/stderr <