Revision: 231 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=231&view=rev Author: yurand Date: 2008-10-22 19:42:43 +0000 (Wed, 22 Oct 2008)
Log Message: ----------- geanydbg: Don't generate ChangeLog using git
Modified Paths: -------------- trunk/geanydbg/.gitignore trunk/geanydbg/Makefile.am
Added Paths: ----------- trunk/geanydbg/ChangeLog
Modified: trunk/geanydbg/.gitignore =================================================================== --- trunk/geanydbg/.gitignore 2008-10-22 08:20:09 UTC (rev 230) +++ trunk/geanydbg/.gitignore 2008-10-22 19:42:43 UTC (rev 231) @@ -14,7 +14,6 @@ *.o *.la *.lo -/ChangeLog libtool *.tar.gz unittests
Modified: trunk/geanydbg/Makefile.am =================================================================== --- trunk/geanydbg/Makefile.am 2008-10-22 08:20:09 UTC (rev 230) +++ trunk/geanydbg/Makefile.am 2008-10-22 19:42:43 UTC (rev 231) @@ -2,7 +2,6 @@
EXTRA_DIST = \ autogen.sh \ - makefile.win32 \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ @@ -12,11 +11,3 @@ intltool-extract \ intltool-merge \ intltool-update - -.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