fix generation of reLyX/noweb2lyx scripts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6280 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-02-26 14:25:45 +00:00
parent a5d37d9a44
commit b4a440e1c2
3 changed files with 10 additions and 2 deletions

View 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

View 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

View 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