Revision: 507 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=507&view=rev Author: eht16 Date: 2009-02-25 23:54:56 +0000 (Wed, 25 Feb 2009)
Log Message: ----------- Fix 'make distcheck' by uninstalling documentation files.
Modified Paths: -------------- trunk/spellcheck/ChangeLog trunk/spellcheck/Makefile.am
Modified: trunk/spellcheck/ChangeLog =================================================================== --- trunk/spellcheck/ChangeLog 2009-02-22 08:49:43 UTC (rev 506) +++ trunk/spellcheck/ChangeLog 2009-02-25 23:54:56 UTC (rev 507) @@ -1,3 +1,9 @@ +2009-02-26 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> + + * Makefile.am: + Fix 'make distcheck' by uninstalling documentation files. + + 2009-02-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/gui.c, src/gui.h, src/scplugin.c, src/scplugin.h, src/speller.c,
Modified: trunk/spellcheck/Makefile.am =================================================================== --- trunk/spellcheck/Makefile.am 2009-02-22 08:49:43 UTC (rev 506) +++ trunk/spellcheck/Makefile.am 2009-02-25 23:54:56 UTC (rev 507) @@ -29,3 +29,5 @@ $(INSTALL_DATA) $(top_srcdir)/COPYING $(DOCDIR) $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(DOCDIR)
+uninstall-local: + rm -rf $(DOCDIR)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.