summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-07-02 16:42:18 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-07-03 15:17:02 +0200
commitd4a8d6e45e991758440276b4ca3ad6e821dfdab2 (patch)
tree8a9fe0553e803a7d4a7f7aee9979e5d8a5a7ca92 /docs
parent3c3fe1970ba8e05cf8e5faa3c93caead24944163 (diff)
downloadtracker-d4a8d6e45e991758440276b4ca3ad6e821dfdab2.tar.gz
Delete tracker-preferences
This is a mix of store and miner features which can't be assumed to go together. It is better to leave configuration UI up to the environment, in the GNOME case this is gnome-control-center search panel. For settings that fall in the cracks, or for environments that don't integrate Tracker search in their configuration UI, there's the rather capable dconf-editor which will provide all toggles, and will explain them better than any UI we may have. In the future the CLI tools might gain some configuration subcommand, but it will not be a graphical UI.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/manpages/Makefile.am b/docs/manpages/Makefile.am
index b47c965d8..e26148965 100644
--- a/docs/manpages/Makefile.am
+++ b/docs/manpages/Makefile.am
@@ -1,4 +1,3 @@
-tp = tracker-preferences.1
tn = tracker-needle.1
tmrss = tracker-miner-rss.1
@@ -20,10 +19,6 @@ common = \
# Require only common and enabled manpages
man_MANS = $(common)
-if HAVE_TRACKER_PREFERENCES
-man_MANS += $(tp)
-endif
-
if HAVE_TRACKER_NEEDLE
man_MANS += $(tn)
endif