From 1a925a8aa24353cafb731c315da734cd9a348164 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 17 Jun 2011 13:53:42 +0000 Subject: [PATCH] Makefile.am: distribute the autocorrection file (backport of r39116), thanks Enrico git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39128 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 5 +++-- status.20x | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 34f674e0b9..a85d12b8c9 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 diff --git a/status.20x b/status.20x index b14c392e32..018840ecbd 100644 --- a/status.20x +++ b/status.20x @@ -166,6 +166,8 @@ What's new - Fix problem that LyX complained about unkown flexible insets after changing the document settings (bug 7630). +- Enable the autocorrection option for math. + * ADVANCED FIND AND REPLACE -- 2.39.5