From 4eb7585163b1868857bdf611e88a781b902ae6c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 4 Nov 2002 18:01:30 +0000 Subject: [PATCH] change -r to -f git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5581 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 12 ++++++++---- lib/configure.m4 | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 23ae528991..6902f3be0f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-11-04 Lars Gullik Bjønnes + + * configure.m4 (removing font links): use -f not -r + 2002-11-01 Dekel Tsur * layouts/llncs.layout: Remove layouts that don't exist in llncs.cls. @@ -5,12 +9,12 @@ 2002-10-31 John Levon * external_templates: small tweak for clarity - + 2002-10-30 John Levon * ui/default.ui: re-add table-like commands to math, and some minor fixes - + 2002-10-29 Dekel Tsur * configure.m4: Remove files in ~/.lyx/xfonts if fonts.dir was erased. @@ -29,8 +33,8 @@ 2002-10-24 John Levon - * images/math/: use black for visibility (from Edwin) - + * images/math/: use black for visibility (from Edwin) + 2002-10-24 Dekel Tsur * layouts/llncs.layout: Fix the Bibliography layout diff --git a/lib/configure.m4 b/lib/configure.m4 index f699465721..37b889388a 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -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 </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 -- 2.39.2