s/DirtyDVI/DraftDVI/

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-06-08 15:40:10 +00:00
parent 87fbbe0a56
commit 1b777d3c44

View File

@ -78,7 +78,7 @@ windows_packaging()
# (Note that this sed script contains TAB characters.) # (Note that this sed script contains TAB characters.)
# Append the dvi2 format after the dvi format. # Append the dvi2 format after the dvi format.
/^ *\\\\Format[ ]\{1,\}dvi[ ]\{1,\}/a\ /^ *\\\\Format[ ]\{1,\}dvi[ ]\{1,\}/a\
\\\\Format dvi2 dvi DirtyDVI "" \\\\Format dvi2 dvi DraftDVI ""
# Change the latex->dvi converter to latex->dvi2 # Change the latex->dvi converter to latex->dvi2
# and append the dvi2->dvi converter # and append the dvi2->dvi converter