From bbe9dfa7202ebf816e770ed6700f061e609e94fc Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 16 Jun 2011 23:23:42 +0000 Subject: [PATCH] Also distribute the autocorrect file, otherwise autocorrection is unusable. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39116 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index a2c9edcb92..a98ecebe51 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,8 +4,9 @@ SUBDIRS = doc lyx2lyx CHMOD = chmod -dist_pkgdata_DATA = CREDITS chkconfig.ltx external_templates encodings \ - layouttranslations languages symbols syntax.default unicodesymbols +dist_pkgdata_DATA = CREDITS autocorrect chkconfig.ltx external_templates \ + encodings layouttranslations languages symbols syntax.default \ + unicodesymbols # Note that we "chmod 755" manually this file in install-data-hook. dist_pkgdata_PYTHON = configure.py -- 2.39.5