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 | |
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')
-rw-r--r-- | unix/Makefile.am | 4 | ||||
-rw-r--r-- | unix/vncconfig/Makefile.am | 2 | ||||
-rw-r--r-- | unix/vncpasswd/Makefile.am | 2 | ||||
-rw-r--r-- | unix/vncviewer/Makefile.am | 2 | ||||
-rw-r--r-- | unix/x0vncserver/Makefile.am | 2 | ||||
-rw-r--r-- | unix/xserver/hw/vnc/Makefile.am | 2 |
6 files changed, 14 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 diff --git a/unix/vncconfig/Makefile.am b/unix/vncconfig/Makefile.am index 5e37ce0f..9aa1eecd 100644 --- a/unix/vncconfig/Makefile.am +++ b/unix/vncconfig/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = vncconfig +man1_MANS = vncconfig.man + HDRS = QueryConnectDialog.h vncExt.h vncconfig_SOURCES = $(HDRS) vncExt.c vncconfig.cxx QueryConnectDialog.cxx \ diff --git a/unix/vncpasswd/Makefile.am b/unix/vncpasswd/Makefile.am index 66fdf9d3..71f4080c 100644 --- a/unix/vncpasswd/Makefile.am +++ b/unix/vncpasswd/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = vncpasswd +man1_MANS = vncpasswd.man + vncpasswd_SOURCES = vncpasswd.cxx vncpasswd_CPPFLAGS = -I$(COMMON_DIR) diff --git a/unix/vncviewer/Makefile.am b/unix/vncviewer/Makefile.am index a73e97ad..bfd31e5f 100644 --- a/unix/vncviewer/Makefile.am +++ b/unix/vncviewer/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = vncviewer +man1_MANS = vncviewer.man + HDRS = AboutDialog.h CConn.h DesktopWindow.h gettext.h InfoDialog.h \ OptionsDialog.h parameters.h PasswdDialog.h ServerDialog.h diff --git a/unix/x0vncserver/Makefile.am b/unix/x0vncserver/Makefile.am index 4fba34b0..5b22956c 100644 --- a/unix/x0vncserver/Makefile.am +++ b/unix/x0vncserver/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = x0vncserver +man1_MANS = x0vncserver.man + HDRS = Geometry.h Image.h PollingManager.h PollingScheduler.h TimeMillis.h \ XPixelBuffer.h diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index 8c6948db..9d8e6507 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -19,6 +19,8 @@ libvnccommon_la_CPPFLAGS = -DVENDOR_RELEASE="$(VENDOR_RELEASE)" \ bin_PROGRAMS = Xvnc +man1_MANS = Xvnc.man + Xvnc_SOURCES = xvnc.cc $(top_srcdir)/Xext/dpmsstubs.c \ $(top_srcdir)/Xi/stubs.c $(top_srcdir)/mi/miinitext.c \ $(top_srcdir)/fb/fbcmap_mi.c buildtime.c |