SF.net SVN: geany-plugins: [15] trunk/spellcheck

eht16 at users.sourceforge.net eht16 at xxxxx
Thu May 15 16:48:34 UTC 2008


Revision: 15
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=15&view=rev
Author:   eht16
Date:     2008-05-15 09:48:34 -0700 (Thu, 15 May 2008)

Log Message:
-----------
Add missing dist-bzip2 and sign targets.

Modified Paths:
--------------
    trunk/spellcheck/ChangeLog
    trunk/spellcheck/Makefile.am

Modified: trunk/spellcheck/ChangeLog
===================================================================
--- trunk/spellcheck/ChangeLog	2008-05-15 16:44:50 UTC (rev 14)
+++ trunk/spellcheck/ChangeLog	2008-05-15 16:48:34 UTC (rev 15)
@@ -2,4 +2,6 @@
 
  * po/*, src/*, *:
    Initial import of spellcheck plugin.
+ * Makefile.am:
+   Add missing dist-bzip2 and sign targets.
 

Modified: trunk/spellcheck/Makefile.am
===================================================================
--- trunk/spellcheck/Makefile.am	2008-05-15 16:44:50 UTC (rev 14)
+++ trunk/spellcheck/Makefile.am	2008-05-15 16:48:34 UTC (rev 15)
@@ -5,3 +5,14 @@
 	autogen.sh				\
 	makefile.win32			\
 	po/LINGUAS
+
+dist-bzip2: distdir
+	BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
+	-rm -rf $(distdir)
+
+sign:
+	if test -f $(PACKAGE)-$(VERSION).tar.gz; then \
+		gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi
+	if test -f $(PACKAGE)-$(VERSION).tar.bz2; then \
+		gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.bz2; fi
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list