SF.net SVN: geany-plugins:[752] trunk/geany-plugins
hyperair at users.sourceforge.net
hyperair at xxxxx
Wed Jun 17 21:44:48 UTC 2009
Revision: 752
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=752&view=rev
Author: hyperair
Date: 2009-06-17 21:44:48 +0000 (Wed, 17 Jun 2009)
Log Message:
-----------
Fix distcheck
* Don't remove .la files upon installation, they're needed for make uninstall
to work
* Add geanygdb source files to po/POTFILES.in
Modified Paths:
--------------
trunk/geany-plugins/build/vars.build.mk
trunk/geany-plugins/po/POTFILES.in
Modified: trunk/geany-plugins/build/vars.build.mk
===================================================================
--- trunk/geany-plugins/build/vars.build.mk 2009-06-16 22:04:51 UTC (rev 751)
+++ trunk/geany-plugins/build/vars.build.mk 2009-06-17 21:44:48 UTC (rev 752)
@@ -11,8 +11,3 @@
COMMONLIBS = \
$(GEANY_LIBS) \
$(INTLLIBS)
-
-# delete all .la files
-install-data-hook:
- cd $(DESTDIR)$(geanypluginsdir); \
- rm -f $(geanyplugins_LTLIBRARIES)
Modified: trunk/geany-plugins/po/POTFILES.in
===================================================================
--- trunk/geany-plugins/po/POTFILES.in 2009-06-16 22:04:51 UTC (rev 751)
+++ trunk/geany-plugins/po/POTFILES.in 2009-06-17 21:44:48 UTC (rev 752)
@@ -7,6 +7,19 @@
addons/src/addons.c
addons/src/ao_doclist.c
+#geanygdb
+geanygdb/src/gdb-io-break.c
+geanygdb/src/gdb-io-envir.c
+geanygdb/src/gdb-io-frame.c
+geanygdb/src/gdb-io-read.c
+geanygdb/src/gdb-io-run.c
+geanygdb/src/gdb-ui-break.c
+geanygdb/src/gdb-ui-envir.c
+geanygdb/src/gdb-ui-frame.c
+geanygdb/src/gdb-ui-locn.c
+geanygdb/src/gdb-ui-main.c
+geanygdb/src/geanydebug.c
+
#geanylatex
geanylatex/src/geanylatex.c
geanylatex/src/latexencodings.c
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