mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
do not use -swap with gv
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
733b1b1363
commit
99abb05c93
@ -1,3 +1,8 @@
|
||||
2005-02-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.m4: do not use -swap option for gv (it does not work
|
||||
with latest versions).
|
||||
|
||||
2005-02-13 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* ui/stdmenus.ui: add more facilities for drawing/deleting partition
|
||||
|
@ -295,7 +295,7 @@ test "$latex_to_sxw_command" != "none" && latex_to_sxw_command="$latex_to_sxw_co
|
||||
# Search something to preview postscript
|
||||
SEARCH_PROG([for a Postscript previewer],GHOSTVIEW,gsview32 gv ghostview kghostview)
|
||||
case $GHOSTVIEW in
|
||||
gv|ghostview) PS_VIEWER="$GHOSTVIEW -swap" ;;
|
||||
ghostview) PS_VIEWER="$GHOSTVIEW -swap" ;;
|
||||
*) PS_VIEWER="$GHOSTVIEW";;
|
||||
esac
|
||||
EPS_VIEWER=$GHOSTVIEW
|
||||
|
Loading…
Reference in New Issue
Block a user