]> git.lyx.org Git - features.git/commitdiff
Oops! I forgot to regenerate this file. Silly me...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Nov 1999 13:13:09 +0000 (13:13 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Nov 1999 13:13:09 +0000 (13:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@283 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
lib/configure

index 84f9c841c65cf450ae691748d9284ba651386254..3b2f17cf2814b02a64fb3fc0e29ad10c3e3f852f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 2e219fdb6dc394983710a321ab8bb85cdaf4e2df..fd11f8c33a69759030f816f07e7f7ad57235d615 100755 (executable)
@@ -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