[anjuta] Fix make distcheck
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] Fix make distcheck
- Date: Tue, 11 Aug 2009 17:07:16 +0000 (UTC)
commit 64c35e1793ea42cc151a06b546e3b1464efbc7b1
Author: Sébastien Granjoux <seb sfo free fr>
Date: Tue Aug 11 17:02:20 2009 +0200
Fix make distcheck
plugins/debug-manager/Makefile.am | 10 +-
plugins/gdb/Makefile.am | 2 +-
plugins/gdb/anjuta-gdb.glade | 2136 -------------------------------------
po/POTFILES.in | 2 +-
4 files changed, 7 insertions(+), 2143 deletions(-)
---
diff --git a/plugins/debug-manager/Makefile.am b/plugins/debug-manager/Makefile.am
index 7793087..97a1d5a 100644
--- a/plugins/debug-manager/Makefile.am
+++ b/plugins/debug-manager/Makefile.am
@@ -6,7 +6,7 @@ anjuta_uidir = $(anjuta_ui_dir)
anjuta_ui_DATA = anjuta-debug-manager.xml
schemadir = @GCONF_SCHEMA_FILE_DIR@
-schema_in_files = anjuta-debug-manager.schemas
+schema_in_files = anjuta-debug-manager.schemas.in
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
@@ -43,11 +43,11 @@ anjuta-marshal.c: anjuta-marshal.list
glib-genmarshal $< --body --prefix=anjuta_marshal >> $@
if GCONF_SCHEMAS_INSTALL
-install-data-local:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(builddir)/$(schema_DATA)
+install-data-local: $(schema_DATA)
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $<
-uninstall-local:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(builddir)/$(schema_DATA)
+uninstall-local: $(schema_DATA)
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $<
else
install-data-local:
diff --git a/plugins/gdb/Makefile.am b/plugins/gdb/Makefile.am
index 6a010e4..1fe8ba3 100644
--- a/plugins/gdb/Makefile.am
+++ b/plugins/gdb/Makefile.am
@@ -4,7 +4,7 @@ gdb_ui_DATA =
# Plugin glade file
anjuta_gladedir = $(anjuta_glade_dir)
-anjuta_glade_DATA = anjuta-gdb.glade
+anjuta_glade_DATA =
anjuta_datadir = $(anjuta_data_dir)
anjuta_data_DATA = gdb.init
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1aae288..6830902 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -91,7 +91,6 @@ plugins/gbf-am/gbf-am-properties.c
plugins/gbf-mkfile/gbf-mkfile-config.c
plugins/gbf-mkfile/gbf-mkfile-project.c
plugins/gbf-mkfile/gbf-mkfile-properties.c
-plugins/gdb/anjuta-gdb.glade
plugins/gdb/debugger.c
plugins/gdb/plugin.c
plugins/gdb/utilities.c
@@ -231,6 +230,7 @@ plugins/debug-manager/signals.c
plugins/debug-manager/stack_trace.c
plugins/debug-manager/start.c
plugins/debug-manager/watch.c
+plugins/debug-manager/anjuta-debug-manager.schemas.in
[type: gettext/glade]plugins/language-support-cpp-java/anjuta-language-cpp-java.ui
plugins/language-support-cpp-java/plugin.c
plugins/sourceview/plugin.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]