]> git.lyx.org Git - features.git/commitdiff
Fix for locales from Kayvan
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Oct 1999 10:33:31 +0000 (10:33 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Oct 1999 10:33:31 +0000 (10:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@202 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/Makefile.am

index d0edf4e4ee2dbf3d59e19a1c6b14b5cca16041c4..9906697541d96181fdb0f3b424a56d81acc96cf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/Makefile.am: add a definition for localedir, so that locales
+       are found after installation (Kayvan)
+
 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
index 30c8b0e46969e81126a9e4661355c1c7b4557803..670904fe5a76b6637c32258fffeacc55be62a01b 100644 (file)
@@ -9,6 +9,7 @@ lyx_DEPENDENCIES = mathed insets support/libsupport.a
 EXTRA_DIST = config.h.in stamp-h.in
 ETAGS_ARGS = --c++
 INCLUDES = -I${top_srcdir}/images
+localedir = $(datadir)/locale
 lyx_SOURCES = \
        BackStack.h \
        BufferView.C \