]> git.lyx.org Git - features.git/commitdiff
change -r to -f
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 4 Nov 2002 18:01:30 +0000 (18:01 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 4 Nov 2002 18:01:30 +0000 (18:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5581 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 23ae528991d03978bfeb569ff364a9feba37b8ee..6902f3be0f2575afff4fa7bb6be0e8072f02a306 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.m4 (removing font links): use -f not -r 
+
 2002-11-01  Dekel Tsur  <dekelts@tau.ac.il>
 
        * layouts/llncs.layout: Remove layouts that don't exist in llncs.cls.
@@ -5,12 +9,12 @@
 2002-10-31  John Levon  <levon@movementarian.org>
 
        * external_templates: small tweak for clarity
+
 2002-10-30  John Levon  <levon@movementarian.org>
 
        * ui/default.ui: re-add table-like commands to math, and
          some minor fixes
+
 2002-10-29  Dekel Tsur  <dekelts@tau.ac.il>
 
        * configure.m4: Remove files in ~/.lyx/xfonts if fonts.dir was erased.
@@ -29,8 +33,8 @@
 
 2002-10-24  John Levon  <levon@movementarian.org>
 
-       * images/math/: use black for visibility (from Edwin) 
+       * images/math/: use black for visibility (from Edwin)
+
 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
 
        * layouts/llncs.layout: Fix the Bibliography layout
index f69946572154a5640906d805a451689c87c2b096..37b889388a602848dbf99db5338778844a36b223 100644 (file)
@@ -540,7 +540,7 @@ fi
 
 #### Add Grace conversions (xmgrace needs an Xserver, gracebat doesn't.)
 SEARCH_PROG([for a Grace -> Image converter], GRACE, gracebat)
-if test "$GRACE" = "gracebat"; then 
+if test "$GRACE" = "gracebat"; then
 cat >>$outfile <<EOF
 \\converter agr eps "gracebat -hardcopy -printfile \$\$o -hdevice EPS \$\$i 2>/dev/null" ""
 \\converter agr png "gracebat -hardcopy -printfile \$\$o -hdevice PNG \$\$i 2>/dev/null" ""
@@ -597,7 +597,7 @@ for file in $outfile textclass.lst packages.lst \
 done
 if test ! -r xfonts/fonts.dir ; then
     echo "removing font links"
-    rm -r xfonts/*.pfb xfonts/fonts.scale
+    rm -f xfonts/*.pfb xfonts/fonts.scale
 fi
 
 # Final clean-up