[nautilus-actions/file-manager-actions] configure.ac, Makefile.am: updated accordingly



commit 827fbe99aba91bb655a351d6daa74e71f5a84065
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Sep 9 10:55:36 2015 +0200

    configure.ac, Makefile.am: updated accordingly

 Makefile.am          |    1 -
 configure.ac         |    3 ---
 src/core/fma-about.c |    2 --
 3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4fa64d9..39b0cc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,6 @@ SUBDIRS = \
        icons                                                           \
        po                                                                      \
        src                                                                     \
-       test                                                            \
        $(NULL)
 
 # - nautilus-extdir is a foo directory so that make distcheck has a vpath
diff --git a/configure.ac b/configure.ac
index 32ea5af..084b278 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,9 +152,6 @@ AC_CONFIG_FILES([
        src/test/Makefile
        src/ui/Makefile
        src/utils/Makefile
-       src/utils/fma-gconf2key.sh
-       test/Makefile
-       test/plugman/Makefile
 ])
 
 # Enable deprecated functions ?
diff --git a/src/core/fma-about.c b/src/core/fma-about.c
index 91c749a..feaba94 100644
--- a/src/core/fma-about.c
+++ b/src/core/fma-about.c
@@ -98,8 +98,6 @@ fma_about_display( GtkWindow *toplevel )
        gtk_show_about_dialog( toplevel,
                        "artists", artists,
                        "authors", authors,
-                       /* i10n: "Nautilus actions" here is not a typo; this does not refer to the
-                        * FileManager-Actions product, but to the actions which are to be added to Nautilus 
*/
                        "comments", _( "A graphical interface to create and edit your file-manager actions." 
),
                        "copyright", copyright,
                        "documenters", documenters,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]