]> 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 21477ab0eb40dabae2410989e733975b2c0e3c18..f683a5cfdac1e1be8fcdd40ecc4c4d09dbea4ed3 100644 (file)
@@ -1,9 +1,8 @@
 
 depth=../..
 
-EXTRA_DIST_FILES = LilyPond.ico $(wildcard *.sh *.patch)
-
-STEPMAKE_TEMPLATES=documentation texinfo install install-out
+EXTRA_DIST_FILES = LilyPond.ico $(wildcard *.patch)
+STEPMAKE_TEMPLATES=documentation texinfo
 
 include $(depth)/make/stepmake.make 
 
@@ -11,99 +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)/%)
-
-# lily-*: rename to '-profile' or so
-PROFILES=$(wildcard *lily-*.sh) lilypond-profile.sh
-OUT_PROFILES=$(PROFILES:%=$(outdir)/%)
-
-##as2text.scm
-PYTHON_WRAPPERS=\
- abc2ly\
- convert-ly\
- etf2ly\
- lilypond-book\
- ly2dvi\
- mup2ly\
- musedata2ly\
- pmx2ly\
- update-lily\
-#
-
-OUT_PYTHON_WRAPPERS=$(PYTHON_WRAPPERS:%=$(outdir)/%)
-
-TEX_WRAPPERS=dvips latex tex
-OUT_TEX_WRAPPERS=$(TEX_WRAPPERS:%=$(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 $@
-
-# python wrappers
-$(outdir)/%: python-wrapper.sh
-       cat $< | sed $(sed-atvariables) -e "s!@name@!$(*F)!g" > $@
-       chmod 755 $@
-
-# tex wrappers
-#$(outdir)/%: %-wrapper.sh
-#      cat $< | sed $(sed-atvariables) -e "s!@name@!$(*F)!g" > $@
-#      chmod 755 $@
-
-$(outdir)/latex: tex-wrapper.sh
-       cat $< | sed $(sed-atvariables) -e "s!@name@!latex!g" > $@
-       chmod 755 $@
-
-$(outdir)/dvips: tex-wrapper.sh
-       cat $< | sed $(sed-atvariables) -e "s!@name@!dvips!g" > $@
-       chmod 755 $@
-
-$(outdir)/tex: tex-wrapper.sh
-       cat $< | sed $(sed-atvariables) -e "s!@name@!tex!g" > $@
-       chmod 755 $@
-
-default: $(OUT_PYTHON_WRAPPERS) $(OUT_TEX_WRAPPERS) $(OUT_POST_INSTALLS) $(OUT_PROFILES)
-
-# urg: change suffixes before overwriting python scripts
-
-INSTALLATION_OUT_SUFFIXES=1 2 3 4
-
-# 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=$(prefix)/wrappers
-INSTALLATION_OUT_FILES2=$(OUT_PYTHON_WRAPPERS) $(OUT_TEX_WRAPPERS)
-
-INSTALLATION_OUT_DIR3=$(datadir)/tex
-INSTALLATION_OUT_FILES3=$(shell kpsewhich geometry.sty)
-
-INSTALLATION_OUT_DIR4=$(datadir)/tfm
-INSTALLATION_OUT_FILES4=$(shell kpsewhich cmr10.tfm)
-
-else
-
-local-install:
-       @echo skipping
-
-local-install-outfiles:
-       @echo skipping
-
-endif