mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
a5d37d9a44
commit
b4a440e1c2
@ -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>
|
2003-02-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4
|
* xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4
|
||||||
|
@ -38,7 +38,9 @@ AC_PROG_INSTALL
|
|||||||
RELYX_CHECK_PERL
|
RELYX_CHECK_PERL
|
||||||
|
|
||||||
dnl Finish the work
|
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
|
AC_OUTPUT
|
||||||
|
|
||||||
RELYX_CHECK_ERRORS
|
RELYX_CHECK_ERRORS
|
||||||
|
@ -91,6 +91,7 @@ src/frontends/xforms/FormBibtex.C
|
|||||||
src/frontends/xforms/FormChanges.C
|
src/frontends/xforms/FormChanges.C
|
||||||
src/frontends/xforms/FormCharacter.C
|
src/frontends/xforms/FormCharacter.C
|
||||||
src/frontends/xforms/FormCitation.C
|
src/frontends/xforms/FormCitation.C
|
||||||
|
src/frontends/xforms/FormDialogView.C
|
||||||
src/frontends/xforms/FormDocument.C
|
src/frontends/xforms/FormDocument.C
|
||||||
src/frontends/xforms/FormERT.C
|
src/frontends/xforms/FormERT.C
|
||||||
src/frontends/xforms/FormError.C
|
src/frontends/xforms/FormError.C
|
||||||
@ -134,7 +135,7 @@ src/frontends/xforms/xforms_helpers.C
|
|||||||
src/gettext.h
|
src/gettext.h
|
||||||
src/importer.C
|
src/importer.C
|
||||||
src/insets/inset.C
|
src/insets/inset.C
|
||||||
src/insets/insetbib.C
|
src/insets/insetbibtex.C
|
||||||
src/insets/insetcaption.C
|
src/insets/insetcaption.C
|
||||||
src/insets/inseterror.C
|
src/insets/inseterror.C
|
||||||
src/insets/insetert.C
|
src/insets/insetert.C
|
||||||
|
Loading…
Reference in New Issue
Block a user