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

AUTOMAKE_OPTIONS = 1.7

NULL =

man1_MANS = 				\
		ipa-smartproxy.1

man5_MANS =				\
		ipa-smartproxy.conf.5

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

MAINTAINERCLEANFILES =          \
	Makefile.in		\
	$(NULL)