]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/windows/GNUmakefile
* Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
[lilypond.git] / Documentation / windows / GNUmakefile
index 965599a12c1a311dd73b640aeb57bcedbb08dbbb..f683a5cfdac1e1be8fcdd40ecc4c4d09dbea4ed3 100644 (file)
@@ -1,9 +1,8 @@
 
 depth=../..
 
-EXTRA_DIST_FILES = LilyPond.ico $(wildcard *.sh *.patch) setup.hint
-
-STEPMAKE_TEMPLATES=documentation texinfo install install-out
+EXTRA_DIST_FILES = LilyPond.ico $(wildcard *.patch)
+STEPMAKE_TEMPLATES=documentation texinfo
 
 include $(depth)/make/stepmake.make 
 
@@ -11,50 +10,3 @@ default: local-doc
 
 local-WWW:
 
-# For cygwin builds only
-target=$(shell gcc -dumpmachine)
-ifeq ($(target),i686-pc-cygwin)
-
-POST_INSTALLS=$(wildcard post-*.sh)
-OUT_POST_INSTALLS=$(POST_INSTALLS:%=$(outdir)/%)
-
-PROFILES=$(wildcard *-profile.sh) lilypond-profile.sh
-OUT_PROFILES=$(PROFILES:%=$(outdir)/%)
-
-# profiles
-$(outdir)/%.sh: %.sh
-       cat $< | sed $(sed-atvariables) > $@
-       chmod 755 $@
-
-# Urg
-$(outdir)/lilypond-profile.sh: $(outdir)/../$(depth)/buildscripts/out/lilypond-profile
-       cp $< $@
-       chmod 755 $@
-
-default: $(OUT_POST_INSTALLS) $(OUT_PROFILES)
-
-INSTALLATION_OUT_SUFFIXES=1 2
-
-# URG.
-# By popular demand,
-# LilyPond on windows is configured with --prefix=/usr/lilypond-x.y.x
-# The cygwin profile.d dir, however, is in /etc
-
-INSTALLATION_DIR=$(shell dirname $(shell dirname $(prefix)))/etc/postinstall
-INSTALLATION_FILES=$(OUT_POST_INSTALLS)
-
-INSTALLATION_OUT_DIR1=$(shell dirname $(shell dirname $(prefix)))/etc/profile.d
-INSTALLATION_OUT_FILES1=$(OUT_PROFILES)
-
-INSTALLATION_OUT_DIR2=$(datadir)/tex
-INSTALLATION_OUT_FILES2=$(shell kpsewhich geometry.sty)
-
-else
-
-local-install:
-       @echo skipping
-
-local-install-outfiles:
-       @echo skipping
-
-endif