]> git.donarmstrong.com Git - lilypond.git/commitdiff
(local-uninstall): remove
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Nov 2005 18:47:06 +0000 (18:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Nov 2005 18:47:06 +0000 (18:47 +0000)
music-drawing-routines.ps juggling.

ChangeLog
kpath-guile/kpath.c
tex/GNUmakefile

index 8bdbfed1f363c250fb7ced3708b5e1d02cf1fd2d..03a31f0807a55c40e01b5a82be8e152d1f9b9448 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * tex/GNUmakefile (local-uninstall): remove
+       music-drawing-routines.ps juggling.
+
        * stepmake/stepmake/install-targets.make (local-install-files):
        prepend src-dir to install targets.
 
index 3b8f988778eb41e3e10074caf2b050bb98e6310d..64cdb187d921169796a82de363ac7afe3e858792 100644 (file)
@@ -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 ()
index ddc3a88094f4a6a9ac7cdf4cd1f055c21ee2ab34..b29da5acbfc7f43238fca00d1d0a54e82dea0125 100644 (file)
@@ -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