This is Albert Chin's fix. I have tested it here and it looks good to me

This one's against 1.1.6cvs, it also needs fixing in 1.2.0cvs

I still don't know why I didn't get this problem on my old machine :/

thanks Albert

john

-- 
"In the Bad Old Days, i.e. right now, we can't have namespace collisions on module 
names."
        - Peter Samuelson
? objecterr.diff
? po/lyx-bamboo.pot
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/ChangeLog,v
retrieving revision 1.757.2.30
diff -u -p -r1.757.2.30 ChangeLog
--- ChangeLog   2001/02/01 21:38:47     1.757.2.30
+++ ChangeLog   2001/02/02 15:55:32
@@ -1,3 +1,10 @@
+2001-02-02  John Levon  <[EMAIL PROTECTED]>
+
+       * lib/Makefile.am: fix permissions on configure and
+         configure.cmd (from Albert Chin)
+
+       * lib/CREDITS: add Albert Chin
+
 2001-02-01  Dekel Tsur  <[EMAIL PROTECTED]>
 
        * src/text.C (Backspace): Preserve the font when changing newline char
Index: lib/CREDITS
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/CREDITS,v
retrieving revision 1.10.2.1
diff -u -p -r1.10.2.1 CREDITS
--- lib/CREDITS 2001/01/26 10:30:46     1.10.2.1
+++ lib/CREDITS 2001/02/02 15:55:32
@@ -41,6 +41,9 @@
 @bMatej Cepl 
 @iE-mail: [EMAIL PROTECTED]
    Improvements to the czech keymaps
+@bAlbert Chin
+@iE-mail: [EMAIL PROTECTED]
+   Bug fixes.
 @bClaudio Coco
 @iE-mail: [EMAIL PROTECTED]
    Italian translation
Index: lib/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.20.2.1
diff -u -p -r1.20.2.1 Makefile.am
--- lib/Makefile.am     2001/01/24 13:50:53     1.20.2.1
+++ lib/Makefile.am     2001/02/02 15:55:32
@@ -19,7 +19,7 @@ TEXSUPPORT = tex/*.cls
 UI = ui/*.ui
 
 LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KBD) \
-       $(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI) $(LYXSCRIPTS)
+       $(LAYOUT) $(TEMPL) $(TEXSUPPORT) $(UI)
 
 LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(IMAGES) $(KBD) \
        $(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
@@ -44,6 +44,12 @@ install-data-local: libinstalldirs
        files=`cd ${srcdir} ; echo $(LIBINSTFILES)` ; \
        for i in $${files} ; do \
           $(INSTALL_DATA) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
+       done
+
+install-exec-local: libinstalldirs
+       files=`cd ${srcdir} ; echo $(LYXSCRIPTS)` ; \
+       for i in $${files} ; do \
+          $(INSTALL_SCRIPT) ${srcdir}/$$i $(DESTDIR)$(pkgdatadir)/$$i ; \
        done
 
 uninstall-local:

Reply via email to