Revision: 235 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=235&view=rev Author: yurand Date: 2008-10-22 19:45:14 +0000 (Wed, 22 Oct 2008)
Log Message: ----------- geanyvc: Remove git targets
Modified Paths: -------------- trunk/geanyvc/.gitignore trunk/geanyvc/Makefile.am
Added Paths: ----------- trunk/geanyvc/ChangeLog
Modified: trunk/geanyvc/.gitignore =================================================================== --- trunk/geanyvc/.gitignore 2008-10-22 19:44:41 UTC (rev 234) +++ trunk/geanyvc/.gitignore 2008-10-22 19:45:14 UTC (rev 235) @@ -12,7 +12,6 @@ *.o *.la *.lo -/ChangeLog libtool *.tar.gz stamp-h1
Modified: trunk/geanyvc/Makefile.am =================================================================== --- trunk/geanyvc/Makefile.am 2008-10-22 19:44:41 UTC (rev 234) +++ trunk/geanyvc/Makefile.am 2008-10-22 19:45:14 UTC (rev 235) @@ -21,14 +21,3 @@ geanyvc_la_LIBADD = @GEANY_LIBS@
AM_CPPFLAGS = @GEANY_CFLAGS@ -DGEANY_DISABLE_DEPRECATED -DLOCALEDIR=""$(localedir)"" - - -.PHONY: ChangeLog mrproper - -ChangeLog: - git log > ChangeLog - -mrproper: - git clean -d -x -f - -
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org