From 06a3702503b1edfdee635717a9d92906d2ad3f99 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 12 Nov 2005 18:47:06 +0000 Subject: [PATCH] (local-uninstall): remove music-drawing-routines.ps juggling. --- ChangeLog | 3 +++ kpath-guile/kpath.c | 6 +++++- tex/GNUmakefile | 6 +----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8bdbfed1f3..03a31f0807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-12 Han-Wen Nienhuys + * tex/GNUmakefile (local-uninstall): remove + music-drawing-routines.ps juggling. + * stepmake/stepmake/install-targets.make (local-install-files): prepend src-dir to install targets. diff --git a/kpath-guile/kpath.c b/kpath-guile/kpath.c index 3b8f988778..64cdb187d9 100644 --- a/kpath-guile/kpath.c +++ b/kpath-guile/kpath.c @@ -110,8 +110,12 @@ SCM ly_kpathsea_expand_variable (SCM var) return ret; } +#ifndef DYNAMIC_OBJECT_EXTENSION +#define DYNAMIC_OBJECT_EXTENSION ".so" +#endif + -static char const* LIBKPATHSEA = "libkpathsea.so"; +static char const* LIBKPATHSEA = "libkpathsea" DYNAMIC_OBJECT_EXTENSION; int open_library () diff --git a/tex/GNUmakefile b/tex/GNUmakefile index ddc3a88094..b29da5acbf 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -5,14 +5,10 @@ EXTRA_DIST_FILES = $(TEX_FILES) texinfo.tex texinfo.cnf STEPMAKE_TEMPLATES=install install-out INSTALLATION_DIR=$(local_lilypond_datadir)/tex/ -INSTALLATION_FILES=$(TEX_FILES) $(outdir)/music-drawing-routines.ps +INSTALLATION_FILES=$(TEX_FILES) include $(depth)/make/stepmake.make -$(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps - rm -f $@ - -ln $< $@ - local-uninstall: -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex -- 2.39.2