mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Oops! I forgot to regenerate this file. Silly me...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1ae4671945
commit
546f5fcf51
@ -1,3 +1,8 @@
|
||||
1999-11-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lib/configure: forgot to re-generate it :( I'll make this file
|
||||
auto generated soon.
|
||||
|
||||
1999-11-03 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* src/support/lyxstring.C: some changes from length() to rep->sz.
|
||||
|
6
lib/configure
vendored
6
lib/configure
vendored
@ -598,9 +598,9 @@ if test -z "$TOHTML" ; then
|
||||
fi
|
||||
|
||||
case $TOHTML in
|
||||
tth) html_command='tth -t $$FNname';;
|
||||
latex2html) html_command='latex2html -no_subdir -split 0 -show_section_numbers $$FName';;
|
||||
hevea) html_command='hevea -s $$FName -o $$OutName';;
|
||||
tth) html_command="tth -t '\$\$Fname'";;
|
||||
latex2html) html_command="latex2html -no_subdir -split 0 -show_section_numbers '\$\$FName'";;
|
||||
hevea) html_command="hevea -s '\$\$FName'";;
|
||||
esac
|
||||
|
||||
#### Explore the LaTeX configuration
|
||||
|
Loading…
Reference in New Issue
Block a user