Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-01-30 17:12:10 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-30 17:12:10 (GMT)
commit794bbc93d05e090d7fef7b39f6f0237cbb26fa31 (patch)
treec4eae8573428d1c2c572d6736a7a801741ab250c /data/Makefile.am
parenta6a9e8990dfb06ba0644c1de93d59f0e7b787a88 (diff)
Added man file
2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/Makefile.am: * data/evince.1: Added man file svn path=/trunk/; revision=2277
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 94ec87c..669742c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,12 @@ install-data-local: install-schemas update-icon-cache
uninstall-local: uninstall-schemas
#
+# man file
+#
+
+man_MANS=evince.1
+
+#
# UI descriptions
#
@@ -98,6 +104,7 @@ EXTRA_DIST = \
$(ui_DATA) \
$(DESKTOP_IN_FILES) \
$(schema_in_files) \
+ $(man_MANS) \
$(NULL)
#