From: Martin Kretzschmar Date: Wed, 26 Feb 2003 17:44:53 +0000 (+0000) Subject: get glade file from its installed location. Martin, repeat after me: I X-Git-Tag: XPDF_1_01~3 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=8f31a8727ebd8e58b2f31781d9de7760473665e0;p=evince.git get glade file from its installed location. Martin, repeat after me: I 2003-02-26 Martin Kretzschmar * xpdf/pdf-properties-display.c (gpdf_properties_display_setup_glade): get glade file from its installed location. Martin, repeat after me: I Will Test The Installed Program. * xpdf/Makefile.am: Added the Glade file to the dist. (Originally by Ross, thanks) 2003-02-26 Ross Burton * gpdf.desktop: Fix so that it validates. * Makefile.am: Install the .desktop file into the correct folder. Also remove intltool-*, which are generated. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index d346d607..1e4e466d 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -246,5 +246,8 @@ CLEANFILES = $(server_DATA) $(BUILT_SOURCES) DISTCLEANFILES = $(server_in_files:.server.in.in=.server.in) EXTRA_DIST = $(stock_DATA) \ - gpdf-marshal.list \ - $(server_in_files) config.h $(ui_DATA) + gpdf-marshal.list \ + $(server_in_files) \ + config.h \ + $(ui_DATA) \ + $(glade_DATA)