]> www.fi.muni.cz Git - evince.git/blobdiff - data/Makefile.am
Set points_set to TRUE so that selections don't disappear after a zoom
[evince.git] / data / Makefile.am
index 94ec87ce59b6262eb998af7175a5dd2e42581c9d..93d83d16f903b0fa0ed634796c2b7d6119362e36 100644 (file)
@@ -2,7 +2,13 @@ SUBDIRS = icons
 NULL=
 
 install-data-local: install-schemas update-icon-cache
-uninstall-local: uninstall-schemas
+uninstall-local: uninstall-schemas update-icon-cache
+
+#
+# man file
+#
+
+man_MANS=evince.1
 
 #
 # UI descriptions
@@ -84,7 +90,7 @@ update-icon-cache:
                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 +104,7 @@ EXTRA_DIST =                         \
        $(ui_DATA)                      \
        $(DESKTOP_IN_FILES)             \
        $(schema_in_files)              \
+       $(man_MANS)                     \
        $(NULL)                         
 
 #