mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
fix lyxpreview_to_png_command
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9084 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1d27368a1
commit
4e12cfc1fe
@ -1,3 +1,7 @@
|
||||
2004-10-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* configure.m4: fix lyxpreview_to_png_command
|
||||
|
||||
2004-10-11 Bennett Helm <bennett.helm@fandm.edu>
|
||||
|
||||
* bind/mac.bind: fix the depth-increment/decrement bindings
|
||||
|
@ -314,7 +314,7 @@ lyxpreview_to_bitmap_command='python $$s/lyxpreview2bitmap.py'
|
||||
SEARCH_PROG([for dvipng],DVIPNG,dvipng)
|
||||
|
||||
test "$DVIPNG" = "dvipng" && \
|
||||
lyxpreview_to_png_command = $lyxpreview_to_bitmap_command
|
||||
lyxpreview_to_png_command=$lyxpreview_to_bitmap_command
|
||||
|
||||
# Search a *roff program (used to translate tables in ASCII export)
|
||||
LYXRC_PROG([for a *roff formatter], \ascii_roff_command, dnl
|
||||
|
Loading…
Reference in New Issue
Block a user