summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-21 10:21:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-21 10:53:15 +0000
commitd48d8c5da8c51d7b87a609932d28db6ff132683b (patch)
tree70c862972a37c1317ba193c93daab97badbaac0e /Makefile.in
parentaa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd (diff)
add a glade catalog so glade can manage our custom widgets
export GLADE_CATALOG_SEARCH_PATH=install/share/glade distro maintainers can link/move this to /usr/share/glade/catalogs Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 45c292791f48..1fdeb860bc70 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -382,6 +382,10 @@ else
endif
endif
@rm -f $(SRCDIR)/install && ln -s $(DEVINSTALLDIR)/opt/ $(SRCDIR)/install
+ @echo
+ @echo "If you want to edit the .ui files with glade first execute:"
+ @echo
+ @echo "export GLADE_CATALOG_SEARCH_PATH=$(SRCDIR)/install/share/glade"
ifeq ($(OS),LINUX)
@echo
@echo "Developer installation finished, you can now execute:"