X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=data%2FMakefile.am;h=4d54847d38b670175da898eef942417b2aa48271;hb=1535a8e52feeffa1ad445ca4f1b49b8e5f7b40dd;hp=94ec87ce59b6262eb998af7175a5dd2e42581c9d;hpb=1ebd0468083a37c7c4092546be999d3e4b73fe35;p=evince.git diff --git a/data/Makefile.am b/data/Makefile.am index 94ec87ce..4d54847d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,6 +4,12 @@ NULL= install-data-local: install-schemas update-icon-cache uninstall-local: uninstall-schemas +# +# man file +# + +man_MANS=evince.1 + # # UI descriptions # @@ -12,19 +18,11 @@ uidir = $(pkgdatadir) ui_DATA = \ evince-ui.xml \ evince-toolbar.xml \ - evince-preview-toolbar.xml \ - hand-open.png \ - $(NULL) + hand-open.png -# -# Glade -# - -gladedir = $(pkgdatadir) -glade_DATA = \ - evince-password.glade \ - evince-properties.glade \ - $(NULL) +if ENABLE_PREVIEWER +ui_DATA += evince-previewer-ui.xml +endif # # Desktop file @@ -79,12 +77,15 @@ endif gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache + update-icon-cache: if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ - echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi @@ -94,10 +95,10 @@ update-icon-cache: # EXTRA_DIST = \ - $(glade_DATA) \ $(ui_DATA) \ $(DESKTOP_IN_FILES) \ $(schema_in_files) \ + $(man_MANS) \ $(NULL) #