From 9f018eb8adb32f001f924f6bbe6fd6cecaffa797 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 12 Jul 2009 22:47:17 +0000 Subject: [PATCH] Trying to do something for hunspell but I'm affraid this won't be enough... More precisely I am sure this won't be enough... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30528 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- development/scons/scons_manifest.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 00c1f2414e..bbe6c7ec6c 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -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')), diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index eb50ecfccd..11d2a224f4 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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 -- 2.39.2