]> www.fi.muni.cz Git - evince.git/blobdiff - data/Makefile.am
Translation updated by Ivar Smolin
[evince.git] / data / Makefile.am
index 94ec87ce59b6262eb998af7175a5dd2e42581c9d..ad42ab78fbcd1563931904296acd8dc8476e9616 100644 (file)
@@ -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,7 +18,6 @@ uidir = $(pkgdatadir)
 ui_DATA =                              \
        evince-ui.xml                   \
        evince-toolbar.xml              \
-       evince-preview-toolbar.xml              \
        hand-open.png                   \
        $(NULL)
 
@@ -79,12 +84,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
 
@@ -98,6 +106,7 @@ EXTRA_DIST =                         \
        $(ui_DATA)                      \
        $(DESKTOP_IN_FILES)             \
        $(schema_in_files)              \
+       $(man_MANS)                     \
        $(NULL)                         
 
 #