diff options
author | Adam Tkac <atkac@redhat.com> | 2008-09-29 15:06:39 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-09-29 15:06:39 +0000 |
commit | 28ca8f6cc943d9ebd6f2224c854bd7f99e8d7a21 (patch) | |
tree | be8c1b048edb265a490d0b5901707cb80061ab59 /unix/Makefile.am | |
parent | ea7b6507b68a715797216e0cfecac9a6aadd435f (diff) | |
download | tigervnc-28ca8f6cc943d9ebd6f2224c854bd7f99e8d7a21.tar.gz tigervnc-28ca8f6cc943d9ebd6f2224c854bd7f99e8d7a21.zip |
Install *man files and vncserver script in Makefile.ams
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2831 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/Makefile.am')
-rw-r--r-- | unix/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/Makefile.am b/unix/Makefile.am index 59dbc221..a15b329d 100644 --- a/unix/Makefile.am +++ b/unix/Makefile.am @@ -1,3 +1,7 @@ SUBDIRS = ../common tx x0vncserver vncviewer vncpasswd po @VNCCONFIG_DIR@ +dist_bin_SCRIPTS = vncserver + +man1_MANS = vncserver.man + ACLOCAL_AMFLAGS = -I m4 |