]> www.fi.muni.cz Git - evince.git/commitdiff
get glade file from its installed location. Martin, repeat after me: I
authorMartin Kretzschmar <m_kretzschmar@gmx.net>
Wed, 26 Feb 2003 17:44:53 +0000 (17:44 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Wed, 26 Feb 2003 17:44:53 +0000 (17:44 +0000)
2003-02-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>

* 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  <ross@burtonini.com>

* gpdf.desktop: Fix so that it validates.

* Makefile.am: Install the .desktop file into the correct
folder. Also remove intltool-*, which are generated.

pdf/xpdf/Makefile.am

index d346d60740914a2d667dbd46cedd03eb0930d6ce..1e4e466d8f54df2b964f4f3e8fb7b35f75184aa4 100644 (file)
@@ -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)