diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | components/text/Makefile.am | 2 | ||||
-rw-r--r-- | components/text/services/Makefile.am | 10 | ||||
-rw-r--r-- | components/text/services/google.xml | 3 | ||||
-rw-r--r-- | components/text/services/webster.xml | 3 | ||||
-rw-r--r-- | configure.in | 1 |
6 files changed, 6 insertions, 19 deletions
@@ -1,3 +1,9 @@ +2003-01-02 Diego Gonzalez Gonzalez <diego@pemas.net> + + * configure.in: + * component/text/Makefile.am: files in services directory are + not used so they should not be installed. + 2004-01-02 Dave Camp <dave@ximian.com> * components/image_properties/nautilus-image-properties-view.c diff --git a/components/text/Makefile.am b/components/text/Makefile.am index b3299bdf5..3e0262933 100644 --- a/components/text/Makefile.am +++ b/components/text/Makefile.am @@ -1,7 +1,5 @@ NULL = -SUBDIRS = services - INCLUDES = \ -DG_LOG_DOMAIN=\"Nautilus-Text\" \ -DDATADIR=\""$(datadir)"\" \ diff --git a/components/text/services/Makefile.am b/components/text/services/Makefile.am deleted file mode 100644 index d4a4cc36c..000000000 --- a/components/text/services/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -NULL= - -servicesdir = $(datadir)/nautilus/services/text - -services_DATA = \ - google.xml \ - webster.xml \ - $(NULL) - -EXTRA_DIST = $(services_DATA) diff --git a/components/text/services/google.xml b/components/text/services/google.xml deleted file mode 100644 index 8610c35f6..000000000 --- a/components/text/services/google.xml +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0"?> -<service _label="Search Google for Selected Text" source="selection" - template="http://www.google.com/search?q=%s" _tooltip="Use Google to search the web for the selected text"/> diff --git a/components/text/services/webster.xml b/components/text/services/webster.xml deleted file mode 100644 index 715605c81..000000000 --- a/components/text/services/webster.xml +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0"?> -<service _label="Look Up Selected Text in Dictionary" source="selection" - template="http://www.m-w.com/cgi-bin/dictionary?va=%s" _tooltip="Look up the selected text in the Merriam-Webster dictionary"/> diff --git a/configure.in b/configure.in index d68947bd3..514b56252 100644 --- a/configure.in +++ b/configure.in @@ -385,7 +385,6 @@ components/adapter/Makefile components/history/Makefile components/notes/Makefile components/text/Makefile -components/text/services/Makefile components/throbber/Makefile components/tree/Makefile components/emblem/Makefile |