[Xfce4-commits] <thunar:master> Small fix for previous commit.

Nick Schermer noreply at xfce.org
Sun Jan 8 12:48:01 CET 2012


Updating branch refs/heads/master
         to cee5e8fffb1fd536678100a3ebb502cd654811d4 (commit)
       from 0251e32742841aa7aa7ab176013928fac8cfb293 (commit)

commit cee5e8fffb1fd536678100a3ebb502cd654811d4
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jan 8 12:45:59 2012 +0100

    Small fix for previous commit.

 .gitignore  |    1 -
 Makefile.am |    5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7f33982..245172f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,6 @@ core
 *.service
 gtk-doc.make
 ThunarBulkRename
-ThunarHelp
 Thunar.spec
 docs/.*.swp
 docs/*.1
diff --git a/Makefile.am b/Makefile.am
index 17873ce..3273c22 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,9 +41,8 @@ ChangeLog: Makefile
 dist-hook: ChangeLog
 
 thunar_scriptsdir = $(HELPER_PATH_PREFIX)/Thunar
-thunar_scripts_SCRIPTS =							\
-	ThunarBulkRename						\
-	ThunarHelp
+thunar_scripts_SCRIPTS =						\
+	ThunarBulkRename
 
 ThunarBulkRename: ThunarBulkRename.in Makefile
 	$(AM_V_GEN) (							\


More information about the Xfce4-commits mailing list