]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
* cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
[lilypond.git] / GNUmakefile.in
index 48dd4f1e3d5e7dc17f3f1572d06fc5ac9836e7fa..e5f9f0cdf57cee69535bf51e3e08c530462815fc 100644 (file)
@@ -18,8 +18,8 @@ SUBDIRS = buildscripts python scripts \
        vim 
 #
 
-include VERSION
-package=`echo $PACKAGE_NAME | tr '[A-Z]' '[a-z]'`
+#include VERSION
+#package=`echo $PACKAGE_NAME | tr '[A-Z]' '[a-z]'`
 
 SCRIPTS = configure aclocal.m4 autogen.sh lexer-gcc-3.1.sh Doxyfile
 README_FILES = ChangeLog  COPYING DEDICATION ROADMAP THANKS HACKING
@@ -59,6 +59,9 @@ web-uninstall:
 local-install:
        $(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)
 
+final-install:
+       @true
+
 web-ext = html midi pdf png txt ly
 
 footify = $(PYTHON) $(step-bindir)/add-html-footer.py  --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION)
@@ -154,7 +157,7 @@ local-clean: builddir-setup-clean
 builddir-setup-clean:
        cd $(builddir) && rm -rf share
 
-$(config_h): config.hh.in 
+$(config_h): config.hh.in
 #
 # this is to prevent people from getting
 # undefined symbols  when we add them to config.h.in,