From 5fb56932b5de76ba687e88222206ae63671a3e85 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 20 Apr 2004 08:10:15 +0000 Subject: [PATCH] * Change the lyxpreview_to_bitmap_command to the new python script. * Ignore *.pyc in the scripts directory. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8678 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 7 +++++++ lib/configure.m4 | 5 +++-- lib/scripts/.cvsignore | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 lib/scripts/.cvsignore diff --git a/lib/ChangeLog b/lib/ChangeLog index 8edf7980d9..652a1aa19e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-04-20 Angus Leeming + + * configure.m4: change the lyxpreview_to_bitmap_command to the + new python script. + + * scripts/.cvsignore: new file, ignoring *.pyc. + 2004-04-20 Angus Leeming * external_templates: Comment out the insertion of the definitions diff --git a/lib/configure.m4 b/lib/configure.m4 index 29621133d9..ba5b1bb0ef 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -306,8 +306,8 @@ test $dvi_to_ps_command = "dvips" && dvi_to_ps_command="dvips -o \$\$o \$\$i" SEARCH_PROG([for a DVI to PDF converter],dvi_to_pdf_command,dvipdfm) test $dvi_to_pdf_command = "dvipdfm" && dvi_to_pdf_command="dvipdfm \$\$i" -# We have a script to convert previewlyx to ppm -lyxpreview_to_bitmap_command='$$s/lyxpreview2bitmap.sh' +# We have a script to convert previewlyx to ppm or to png +lyxpreview_to_bitmap_command='python $$s/lyxpreview2bitmap.py' # Search a *roff program (used to translate tables in ASCII export) LYXRC_PROG([for a *roff formatter], \ascii_roff_command, dnl @@ -565,6 +565,7 @@ cat >$outfile <