mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* 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
This commit is contained in:
parent
0e9751b023
commit
5fb56932b5
@ -1,3 +1,10 @@
|
||||
2004-04-20 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* configure.m4: change the lyxpreview_to_bitmap_command to the
|
||||
new python script.
|
||||
|
||||
* scripts/.cvsignore: new file, ignoring *.pyc.
|
||||
|
||||
2004-04-20 Angus Leeming <angus@localhost.localdomain>
|
||||
|
||||
* external_templates: Comment out the insertion of the definitions
|
||||
|
@ -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 <<EOF
|
||||
\\converter linuxdoc lyx "$linuxdoc_to_lyx_command" ""
|
||||
\\converter literate latex "$literate_to_tex_command" ""
|
||||
\\converter literate lyx "$literate_to_lyx_command" ""
|
||||
\\converter lyxpreview png "$lyxpreview_to_bitmap_command" ""
|
||||
\\converter lyxpreview ppm "$lyxpreview_to_bitmap_command" ""
|
||||
\\converter ps fax "$fax_command" ""
|
||||
\\converter ps pdf "$ps_to_pdf_command" ""
|
||||
|
1
lib/scripts/.cvsignore
Normal file
1
lib/scripts/.cvsignore
Normal file
@ -0,0 +1 @@
|
||||
*.pyc
|
Loading…
Reference in New Issue
Block a user