diff --git a/config/ChangeLog b/config/ChangeLog index de2841d552..78092c7b5a 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Albert Chin + + * relyx_configure.ac: fix application of `chmod' to the reLyX and + noweb2lyx scripts + 2003-02-21 Jean-Marc Lasgouttes * xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4 diff --git a/config/relyx_configure.ac b/config/relyx_configure.ac index d5095132a9..4e0c64a5af 100644 --- a/config/relyx_configure.ac +++ b/config/relyx_configure.ac @@ -38,7 +38,9 @@ AC_PROG_INSTALL RELYX_CHECK_PERL dnl Finish the work -AC_CONFIG_FILES(Makefile reLyX noweb2lyx, chmod 755 reLyX noweb2lyx) +AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([reLyX], [chmod 755 reLyX]) +AC_CONFIG_FILES([noweb2lyx], [chmod 755 noweb2lyx]) AC_OUTPUT RELYX_CHECK_ERRORS diff --git a/po/POTFILES.in b/po/POTFILES.in index 88b3a8639d..83f9c916a4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -91,6 +91,7 @@ src/frontends/xforms/FormBibtex.C src/frontends/xforms/FormChanges.C src/frontends/xforms/FormCharacter.C src/frontends/xforms/FormCitation.C +src/frontends/xforms/FormDialogView.C src/frontends/xforms/FormDocument.C src/frontends/xforms/FormERT.C src/frontends/xforms/FormError.C @@ -134,7 +135,7 @@ src/frontends/xforms/xforms_helpers.C src/gettext.h src/importer.C src/insets/inset.C -src/insets/insetbib.C +src/insets/insetbibtex.C src/insets/insetcaption.C src/insets/inseterror.C src/insets/insetert.C