From d4a8d6e45e991758440276b4ca3ad6e821dfdab2 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sun, 2 Jul 2017 16:42:18 +0200 Subject: 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. --- docs/manpages/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1