Fix for locales from Kayvan

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@202 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 1999-10-15 10:33:31 +00:00
parent 70b3420586
commit 5edf94b3a5
2 changed files with 6 additions and 0 deletions

View File

@ -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> 1999-10-14 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the

View File

@ -9,6 +9,7 @@ lyx_DEPENDENCIES = mathed insets support/libsupport.a
EXTRA_DIST = config.h.in stamp-h.in EXTRA_DIST = config.h.in stamp-h.in
ETAGS_ARGS = --c++ ETAGS_ARGS = --c++
INCLUDES = -I${top_srcdir}/images INCLUDES = -I${top_srcdir}/images
localedir = $(datadir)/locale
lyx_SOURCES = \ lyx_SOURCES = \
BackStack.h \ BackStack.h \
BufferView.C \ BufferView.C \