summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 62edf71ff8c647b3ba339e8f5ee6e1208204e105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = \
	src \
	misc \
	create

EXTRA_DIST = \
	bin \
	build \
	FAQ \
	frontends \
	include \
	test \
	upgrades

## "dist-hook" run after the distribution directory is filled, but before the actual tar (or shar) file is created.
dist-hook:
	rm -rf `find $(top_distdir) -name ".svn"`
	rm -f $(top_distdir)/frontends/php/conf/zabbix.conf.php
##TODO  makdir $(top_distdir)/docs
##TODO  cp ?????/ZABBIX Manual v1.4.pdf $(top_distdir)/docs/