]> git.lyx.org Git - features.git/commitdiff
Trying to do something for hunspell but I'm affraid this won't be enough... More...
authorAbdelrazak Younes <younes@lyx.org>
Sun, 12 Jul 2009 22:47:17 +0000 (22:47 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 12 Jul 2009 22:47:17 +0000 (22:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30528 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct
development/scons/scons_manifest.py

index 00c1f2414e3422f64634ceebf9ba35e3212bbdfb..bbe6c7ec6c79eebcdf78f9e44720968d91ef0ea2 100644 (file)
@@ -136,7 +136,7 @@ opts.AddVariables(
             ) ),
     #
     EnumVariable('spell', 'Choose spell checker to use.', 'auto',
-        allowed_values = ('aspell', 'pspell', 'ispell', 'auto', 'no') ),
+               allowed_values = ('aspell', 'hunspell', 'auto', 'no') ),
     # packaging method
     EnumVariable('packaging', 'Packaging method to use.', default_packaging_method,
         allowed_values = ('windows', 'posix', 'macosx')),
index eb50ecfccdc241060941415121c513181bd769bf..11d2a224f41c541d667674ddc1587be1efeac217 100644 (file)
@@ -74,6 +74,7 @@ src_header_files = Split('''
     FuncRequest.h
     FuncStatus.h
     Graph.h
+....HunspellSpellChecker.h
     IndicesList.h
     InsetIterator.h
     InsetList.h
@@ -247,6 +248,7 @@ src_post_files = Split('''
 
 src_extra_src_files = Split('''
     ASpell.cpp
+....HunspellSpellChecker.cpp
     main.cpp
     Section.cpp
     Variables.cpp