mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
change -r to -f
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5581 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a8987d0697
commit
4eb7585163
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user