Blame checkmk/Makefile.am

Packit 0b5880
if INSTALL_CHECKMK
Packit 0b5880
bin_SCRIPTS = checkmk
Packit 0b5880
TESTS = test/check_checkmk
Packit 0b5880
endif
Packit 0b5880
EXTRA_DIST = test examples doc/checkmk.1
Packit 0b5880
CONFIG_STATUS_DEPENDENCIES = checkmk.in
Packit 0b5880
Packit 0b5880
man_MANS = doc/checkmk.1
Packit 0b5880
Packit 0b5880
clean-local:
Packit 0b5880
	rm -rf test.out
Packit 0b5880
Packit 0b5880
dist-hook:
Packit 0b5880
	rm -rf `find $(distdir)/ -name '.svn'`