SF.net SVN: geany-plugins: [34] trunk/backupcopy
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue May 20 17:13:02 UTC 2008
Revision: 34
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=34&view=rev
Author: eht16
Date: 2008-05-20 10:13:01 -0700 (Tue, 20 May 2008)
Log Message:
-----------
Remove unnecessary intltool dependency.
Initial release: backupcopy 0.1.
Modified Paths:
--------------
trunk/backupcopy/ChangeLog
trunk/backupcopy/Makefile.am
trunk/backupcopy/configure.in
Modified: trunk/backupcopy/ChangeLog
===================================================================
--- trunk/backupcopy/ChangeLog 2008-05-20 17:05:40 UTC (rev 33)
+++ trunk/backupcopy/ChangeLog 2008-05-20 17:13:01 UTC (rev 34)
@@ -10,6 +10,9 @@
Make Windows Makefile working.
* README:
Update and reformat into reST text.
+ * configure.in, Makefile.am:
+ Remove unnecessary intltool dependency.
+ * Initial release: backupcopy 0.1.
2008-04-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/backupcopy/Makefile.am
===================================================================
--- trunk/backupcopy/Makefile.am 2008-05-20 17:05:40 UTC (rev 33)
+++ trunk/backupcopy/Makefile.am 2008-05-20 17:13:01 UTC (rev 34)
@@ -4,16 +4,8 @@
EXTRA_DIST = \
autogen.sh \
makefile.win32 \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in
+ po/LINGUAS
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
-
-
dist-bzip2: distdir
BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
-rm -rf $(distdir)
@@ -24,6 +16,5 @@
if test -f $(PACKAGE)-$(VERSION).tar.bz2; then \
gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.bz2; fi
-
html:
rst2html README index.html
Modified: trunk/backupcopy/configure.in
===================================================================
--- trunk/backupcopy/configure.in 2008-05-20 17:05:40 UTC (rev 33)
+++ trunk/backupcopy/configure.in 2008-05-20 17:13:01 UTC (rev 34)
@@ -13,7 +13,6 @@
LIBTOOL="$LIBTOOL --silent"
AC_PROG_INSTALL
-AC_PROG_INTLTOOL
# checking for Geany
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