diff --git a/ChangeLog b/ChangeLog index c1f101b65a..d9348d3065 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2000-11-07 Jean-Marc Lasgouttes + + * lib/reLyX/acinclude.m4 (RELYX_CHECK_ERRORS): remove useless message. + + * lib/configure.m4 (latex_to_html_command): avoid spaces around = + for variable assignment. + +2000-11-07 Rob Lahaye + + * src/lib/ui/default.ui: added sub/superscripts to menu as + Insert->Special characters and cleaned-up the file a bit + 2000-11-07 Allan Rae * src/frontends/xforms/FormPreferences.C (feedback): make sure diff --git a/lib/configure b/lib/configure index f97358fd9b..c6d83d0db8 100755 --- a/lib/configure +++ b/lib/configure @@ -995,7 +995,7 @@ if test -z "$TOHTML" ; then TOHTML=none fi -latex_to_html_command = $TOHTML +latex_to_html_command=$TOHTML case $TOHTML in tth) latex_to_html_command="tth -t -e2 -L\$\$BaseName < \$\$FName > \$\$OutName";; latex2html) latex_to_html_command="latex2html -no_subdir -split 0 -show_section_numbers \$\$FName";; diff --git a/lib/configure.m4 b/lib/configure.m4 index d6b3b88400..22b2ba5cf7 100644 --- a/lib/configure.m4 +++ b/lib/configure.m4 @@ -308,7 +308,7 @@ case $LPR in esac SEARCH_PROG([for a LaTeX -> HTML converter], TOHTML, tth latex2html hevea) -latex_to_html_command = $TOHTML +latex_to_html_command=$TOHTML case $TOHTML in tth) latex_to_html_command="tth -t -e2 -L\$\$BaseName < \$\$FName > \$\$OutName";; latex2html) latex_to_html_command="latex2html -no_subdir -split 0 -show_section_numbers \$\$FName";; diff --git a/lib/reLyX/acinclude.m4 b/lib/reLyX/acinclude.m4 index c694681a20..be15785219 100644 --- a/lib/reLyX/acinclude.m4 +++ b/lib/reLyX/acinclude.m4 @@ -1,6 +1,5 @@ dnl Usage: RELYX_WARNING(message) Displays the warning "message" and sets -the -dnl flag lyx_warning to yes. +dnl the flag lyx_warning to yes. AC_DEFUN(RELYX_WARNING,[ relyx_warning_txt="$relyx_warning_txt == $1 @@ -90,10 +89,5 @@ cat <