]> git.lyx.org Git - features.git/commitdiff
Makefile.am: distribute the autocorrection file (backport of r39116), thanks Enrico
authorUwe Stöhr <uwestoehr@web.de>
Fri, 17 Jun 2011 13:53:42 +0000 (13:53 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 17 Jun 2011 13:53:42 +0000 (13:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39128 a592a061-630c-0410-9148-cb99ea01b6c8

lib/Makefile.am
status.20x

index 34f674e0b986cc987deefefa6c7e93a749278d3f..a85d12b8c92c520f211aa7a88ee5457cf573f40e 100644 (file)
@@ -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 
index b14c392e32f168dc8857a1a77c127ca74a15ed6a..018840ecbdc74d710b3e1d19677cfb1c58bcb865 100644 (file)
@@ -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