org.guifications.gf2: dbade132e2e47ad9f4985f8c48610836d0c0fce3

rekkanoryo at guifications.org rekkanoryo at guifications.org
Sun Dec 16 01:05:06 CST 2007


-----------------------------------------------------------------
Revision: dbade132e2e47ad9f4985f8c48610836d0c0fce3
Ancestor: 9194dc0244cb55cd7d2a970aa52116dc5825f0a5
Author: rekkanoryo at guifications.org
Date: 2007-12-16T06:59:43
Branch: org.guifications.gf2

Modified files:
        Makefile.am

ChangeLog: 

Add the signatures target here and remove the hook that breaks distcheck

-----------------------------------------------------------------
This revision's diffstat output:
 Makefile.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
-------------- next part --------------
============================================================
--- Makefile.am	3d18facaf6af1ea2338e010e62cabacd81a8b802
+++ Makefile.am	fc4e2dfe8e48d47581f816f80e5ce2834f1e7118
@@ -31,11 +31,12 @@ $(OBJECTS): $(BUILT_SOURCES)
 
 $(OBJECTS): $(BUILT_SOURCES)
 
+signatures: dist
+	echo $(DIST_ARCHIVES) | xargs -n 1 gpg -a -b
+
 gf_config.h: pre_config.h
 	cp -f po/Makefile po/.tmp-Makefile
 	sed -e "s#localedir = .*#localedir = $(PIDGIN_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
 	rm -f po/.tmp-Makefile
 	$(sedpath) 's/\#define PACKAGE/\#define GF_PACKAGE/g' pre_config.h > $@
 
-dist-hook:
-	$(MAKE) -C po update-po


More information about the Plugins-commits mailing list