From d48d8c5da8c51d7b87a609932d28db6ff132683b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 21 Feb 2013 10:21:12 +0000 Subject: 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 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') 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:" -- cgit