CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch: lilypond_2_6
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/10/11 18:05:53
Modified files:
cygwin : postinstall-lilypond.sh GNUmakefile
. : ChangeLog
Removed files:
cygwin : postremove-lilypond.sh
Log message:
* cygwin/postinstall-lilypond.sh: Remove cruft.
* cygwin/postremove-lilypond.sh: Remove.
* cygwin/GNUmakefile (default): Remove postremove rules.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/cygwin/postinstall-lilypond.sh.diff?only_with_tag=lilypond_2_6&tr1=1.3&tr2=1.3.10.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/cygwin/GNUmakefile.diff?only_with_tag=lilypond_2_6&tr1=1.15.2.1&tr2=1.15.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_6&tr1=1.3836.2.40&tr2=1.3836.2.41&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3836.2.40 lilypond/ChangeLog:1.3836.2.41
--- lilypond/ChangeLog:1.3836.2.40 Tue Oct 11 09:15:01 2005
+++ lilypond/ChangeLog Tue Oct 11 18:05:52 2005
@@ -1,3 +1,11 @@
+2005-10-11 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+
+ * cygwin/postinstall-lilypond.sh: Remove cruft.
+
+ * cygwin/postremove-lilypond.sh: Remove.
+
+ * cygwin/GNUmakefile (default): Remove postremove rules.
+
2005-10-11 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* lily/hara-kiri-group-spanner.cc (consider_suicide): backport:
Index: lilypond/cygwin/GNUmakefile
diff -u lilypond/cygwin/GNUmakefile:1.15.2.1
lilypond/cygwin/GNUmakefile:1.15.2.2
--- lilypond/cygwin/GNUmakefile:1.15.2.1 Fri Jul 8 19:27:58 2005
+++ lilypond/cygwin/GNUmakefile Tue Oct 11 18:05:51 2005
@@ -18,14 +18,11 @@
POSTINSTALLS=$(wildcard postinstall*.sh)
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)
+default: $(OUT_POSTINSTALLS) $(OUTIN_FILES)
INSTALLATION_OUT_SUFFIXES=1
@@ -33,9 +30,6 @@
etc=$(patsubst %/, %, $(dir $(prefix)))/etc
INSTALLATION_DIR=$(etc)/postinstall
INSTALLATION_FILES=$(OUT_POSTINSTALLS)
-
-INSTALLATION_OUT_DIR1=$(etc)/postremove
-INSTALLATION_OUT_FILES1=$(OUT_POSTREMOVES)
endif
Index: lilypond/cygwin/postinstall-lilypond.sh
diff -u /dev/null lilypond/cygwin/postinstall-lilypond.sh:1.3.10.1
--- /dev/null Tue Oct 11 18:05:54 2005
+++ lilypond/cygwin/postinstall-lilypond.sh Tue Oct 11 18:05:51 2005
@@ -0,0 +1,27 @@
[EMAIL PROTECTED]@
+# /etc/postinstall/lilypond.sh -- Setup LilyPond
+
+# register .ly
+ROOT=$(cygpath -w /)
+[ -z "$ROOT" ] && ROOT=$(regtool get '/machine/Software/Cygnus
Solutions/Cygwin/mounts v2/\\\//native')
+[ -z "$ROOT" ] && ROOT=$(cat
'/proc/registry/HKEY_LOCAL_MACHINE/Software/Cygnus Solutions/Cygwin/mounts
v2/\\\//native')
+[ -z "$ROOT" ] && ROOT='c:\cygwin'
+
+regtool add '/root/.ly'
+regtool set '/root/.ly/' 'LilyPond'
+regtool set '/root/.ly/Content Type' 'text/lilypond-source'
+regtool add '/root/LilyPond'
+regtool set '/root/LilyPond/' 'LilyPond source'
+regtool add '/root/LilyPond/shell'
+regtool add '/root/LilyPond/shell/open'
+regtool add '/root/LilyPond/shell/open/command'
+
+regtool set '/root/LilyPond/shell/open/command/' $ROOT'\bin\bash.exe --login
-c '"'"'/usr/bin/lily-wins "%1"'"'"
+regtool add '/root/LilyPond/shell/edit'
+regtool set '/root/LilyPond/shell/edit/' '&Edit source in Notepad ...'
+regtool add '/root/LilyPond/shell/edit/command'
+regtool set '/root/LilyPond/shell/edit/command/'
'%SystemRoot%\system32\notepad.exe %1'
+regtool add '/root/LilyPond/shell/generate'
+regtool set '/root/LilyPond/shell/generate/' '&Generate PDF ...'
+regtool add '/root/LilyPond/shell/generate/command'
+regtool set '/root/LilyPond/shell/generate/command/' $ROOT'\bin\bash.exe
--login -c '"'"'/usr/bin/lily-wins "%1"'"'"
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs