From: Jean-Marc Lasgouttes Date: Wed, 3 Nov 1999 13:13:09 +0000 (+0000) Subject: Oops! I forgot to regenerate this file. Silly me... X-Git-Tag: 1.6.10~22551 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=546f5fcf51b65fc4d4971494c5b4a854b25b8491;p=features.git 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 --- diff --git a/ChangeLog b/ChangeLog index 84f9c841c6..3b2f17cf28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-11-03 Jean-Marc Lasgouttes + + * lib/configure: forgot to re-generate it :( I'll make this file + auto generated soon. + 1999-11-03 Lars Gullik Bjønnes * src/support/lyxstring.C: some changes from length() to rep->sz. diff --git a/lib/configure b/lib/configure index 2e219fdb6d..fd11f8c33a 100755 --- a/lib/configure +++ b/lib/configure @@ -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