From: Florian Forster Date: Sat, 5 May 2007 06:18:41 +0000 (+0200) Subject: src/Makefile.am: Include `types.db' in the tarballs. X-Git-Tag: collectd-4.0.0-rc8~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=da5c378552d5584e2e9b7298f3723b3d5322408a;p=collectd.git src/Makefile.am: Include `types.db' in the tarballs. --- diff --git a/src/Makefile.am b/src/Makefile.am index b1f4b976..9ee8668a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -552,7 +552,7 @@ endif dist_man_MANS = collectd.1 collectd-nagios.1 collectd.conf.5 #collectd_1_SOURCES = collectd.pod -#EXTRA_DIST = $(man_MANS) +EXTRA_DIST = types.db .pod.1: pod2man --release=$(VERSION) --center=$(PACKAGE) $< >$@