Default to building everything.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-07-17 13:14:37 +00:00
parent e4adeededa
commit 4aa96f6c7b

View File

@ -36,8 +36,6 @@
# It compiles the static version of the Aspell libraries because no
# .dll version exists.
HOME="/home/Angus"
# You may need to change these four variables.
MINGW_DIR="/j/MinGW"
QT_DIR="${HOME}"/qt3
@ -313,9 +311,9 @@ test $# -ne 0 && LYX_VERSION_STR=$1
check_dirs_exist || exit 1
query_qt || exit 1
check_files_exist || exit 1
#build_dtl || exit 1
#build_aspell || exit 1
#build_aspell_dicts || exit 1
build_dtl || exit 1
build_aspell || exit 1
build_aspell_dicts || exit 1
build_lyx || exit 1
install_lyx || exit 1
# The end