summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2003-02-05 10:31:02 +0000
committerRoss Burton <rburton@src.gnome.org>2003-02-05 10:31:02 +0000
commit709ce87732fbdd33ae108cd90a311dd25358b26b (patch)
tree39e0b4c9f06ea92f5334f270050e9e7f61d0a561 /data/Makefile.am
parentec7cb56de2307068f36220029a778a93fde88b87 (diff)
Added a small manual page
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index d136a37..aade652 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,4 +16,6 @@ images_DATA = \
zenity-text.png \
zenity-entry.png
-EXTRA_DIST = $(images_DATA) $(clothes_DATA)
+man_MANS = zenity.1
+
+EXTRA_DIST = $(images_DATA) $(clothes_DATA) $(man_MANS)