From 8f31a8727ebd8e58b2f31781d9de7760473665e0 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Wed, 26 Feb 2003 17:44:53 +0000 Subject: 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. --- (limited to 'pdf/xpdf/Makefile.am') diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index d346d60..1e4e466 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) -- cgit v0.9.1