diff --git a/src/Makefile.in b/src/Makefile.in index e608f3fe..b8b30e0b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -85,6 +85,7 @@ install: all /bin/sh ./recollinstall ${prefix} configure: VERSION configure.ac + rm -f configure autoconf @echo run configure and make again exit 1 diff --git a/src/VERSION b/src/VERSION index 39893559..88ebadf2 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.20.0 +1.19.10 diff --git a/src/kde/kioslave/kio_recoll/CMakeLists.txt b/src/kde/kioslave/kio_recoll/CMakeLists.txt index e28d7277..78bff62f 100644 --- a/src/kde/kioslave/kio_recoll/CMakeLists.txt +++ b/src/kde/kioslave/kio_recoll/CMakeLists.txt @@ -19,6 +19,9 @@ set(rcltop ${CMAKE_CURRENT_SOURCE_DIR}/../../../) execute_process(COMMAND ${rcltop}/configure --disable-qtgui --disable-x11mon --enable-pic --prefix=${CMAKE_INSTALL_PREFIX} --mandir=${CMAKE_INSTALL_PREFIX}/share/man WORKING_DIRECTORY ${rcltop} ) +execute_process(COMMAND /bin/sh mkMake + WORKING_DIRECTORY ${rcltop}/lib +) link_directories(${rcltop}/lib ${CMAKE_INSTALL_PREFIX}/lib) diff --git a/website/index.html.en b/website/index.html.en index ba614975..02d4a737 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -35,7 +35,7 @@

Recoll is - a text search tool for Unix and Linux desktops.

+ a full-text search tool for Unix and Linux desktops.

Recoll finds keywords inside documents as well as file names.