diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
| commit | 68dc1b1a461792897e7be1cafb97b1f80e6aa304 (patch) | |
| tree | d5525b607833135a1eb0777a0cdbed6f0f34fdaa /sdpd | |
| parent | a16c5df68407649eb2c190ab71ab0a0be25209e6 (diff) | |
Make it possible to disable installation of manual pages
Diffstat (limited to 'sdpd')
| -rw-r--r-- | sdpd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdpd/Makefile.am b/sdpd/Makefile.am index 46989209..a7efa56f 100644 --- a/sdpd/Makefile.am +++ b/sdpd/Makefile.am @@ -18,8 +18,10 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common if SDPD +if MANPAGES man_MANS = sdpd.8 endif +endif EXTRA_DIST = sdpd.8 |
