From: Jan Nieuwenhuizen Date: Mon, 27 Jun 2005 11:52:17 +0000 (+0000) Subject: (OUT_POSTREMOVES): Reinclude install script X-Git-Tag: release/2.6.0~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=febf7bcbc4c511490d9d9905e4f47912a30bf2e2;p=lilypond.git (OUT_POSTREMOVES): Reinclude install script rule, errorneously removed probably because of misleading comment. --- diff --git a/ChangeLog b/ChangeLog index 854d12b63b..60b6d231ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-27 Jan Nieuwenhuizen + + * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script + rule, errorneously removed probably because of misleading comment. + 2005-06-27 Han-Wen Nienhuys * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement. diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile index ecfe3b5171..1cdec730ab 100644 --- a/cygwin/GNUmakefile +++ b/cygwin/GNUmakefile @@ -21,6 +21,10 @@ OUT_POSTINSTALLS=$(POSTINSTALLS:%=$(outdir)/%) POSTREMOVES=$(wildcard postremove*.sh) OUT_POSTREMOVES=$(POSTREMOVES:%=$(outdir)/%) +$(outdir)/%.sh: %.sh $(config_make) + cat $< | sed $(sed-atvariables) > $@ + chmod 755 $@ + default: $(OUT_POSTINSTALLS) $(OUT_POSTREMOVES) $(OUTIN_FILES) INSTALLATION_OUT_SUFFIXES=1