]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.26
authorfred <fred>
Sun, 24 Mar 2002 20:01:05 +0000 (20:01 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:01:05 +0000 (20:01 +0000)
VERSION
bin/clean-fonts.sh

diff --git a/VERSION b/VERSION
index 95817462ade304b19811810265d18cea78d0ee92..7fb5e2e952c80fdc14bada14cb5752c7a10b972e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,6 +1,6 @@
 TOPLEVEL_MAJOR_VERSION = 0
 TOPLEVEL_MINOR_VERSION = 1
-TOPLEVEL_PATCH_LEVEL = 25
+TOPLEVEL_PATCH_LEVEL = 26
 TOPLEVEL_MY_PATCH_LEVEL = 
 
 # use the above to send patches, always empty for released version:
index cc1c0707479fd0b1887cde2a0697c4893de6ceec..5fc9164525b45ae5eaac89e10a41419b4120bd5e 100644 (file)
@@ -2,7 +2,7 @@
 
 # remove possibly stale .pk/.tfm files 
 echo> /tmp/cleaning-font
-FILES=`find /var/lib/texmf/ -name 'font-en-tja*'`
-# FILES=`find /var/lib/texmf/ -name 'font-en-tja*' -o -name 'vette-beam*' -o -name 'dyn10*'`
+FILES=`find /var/lib/texmf/ -name 'font-en-tja*' -o -name 'feta-*'`
+# FILES=`find /var/lib/texmf/ -name 'font-en-tja*' -o name 'feta-*" -o -name 'vette-beam*' -o -name 'dyn10*'`
 echo removing $FILES
 rm  $FILES /tmp/cleaning-font