summaryrefslogtreecommitdiffstats
path: root/ipatests/man/Makefile.am
blob: fcd3d1d3682cd4d62c5f0ff1d2d2ef1d8538ddc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file will be processed with automake-1.7 to create Makefile.in

AUTOMAKE_OPTIONS = 1.7

NULL=

man1_MANS =             \
	ipa-run-tests.1     \
	ipa-test-config.1   \
	ipa-test-task.1     \
		$(NULL)

install-data-hook:
	@for i in $(man1_MANS) ; do gzip -f $(DESTDIR)$(man1dir)/$$i ; done

MAINTAINERCLEANFILES =      \
	Makefile.in             \
	$(NULL)