]> git.lyx.org Git - features.git/commitdiff
fix generation of reLyX/noweb2lyx scripts
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 26 Feb 2003 14:25:45 +0000 (14:25 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 26 Feb 2003 14:25:45 +0000 (14:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6280 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/relyx_configure.ac
po/POTFILES.in

index de2841d552b89c5fc2276f5e165f5d37de7cec48..78092c7b5a3a11fab93571dd061aa1b72413189c 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-26  Albert Chin  <china@thewrittenword.com>
+
+       * relyx_configure.ac: fix application of `chmod' to the reLyX and
+       noweb2lyx scripts
+
 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4
index d5095132a9697cd3b3ef2c3856b69a4c05a5ea50..4e0c64a5af339798483da98630b4da02a1174f3f 100644 (file)
@@ -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
index 88b3a8639d07aa6973d24ec01cc938fa72b22f50..83f9c916a4c6960a6d9e13fdddd481e2df0e1862 100644 (file)
@@ -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