1273562Smarcel#
2273562Smarcel# Copyright 2014, Juniper Networks, Inc.
3273562Smarcel# All rights reserved.
4273562Smarcel# This SOFTWARE is licensed under the LICENSE provided in the
5273562Smarcel# ../Copyright file. By downloading, installing, copying, or otherwise
6273562Smarcel# using the SOFTWARE, you agree to be bound by the terms of that
7273562Smarcel# LICENSE.
8273562Smarcel
9273562Smarcelman_MANS = xolint.1
10273562Smarcel
11273562SmarcelEXTRA_DIST = xolint.1 xolint.pl
12273562Smarcel
13273562Smarcelinstall-exec-hook:
14277353Smarcel	install ${srcdir}/xolint.pl ${DESTDIR}${bindir}/xolint
15282100Smarcel
16282100Smarceluninstall-hook:
17282100Smarcel	rm -f ${DESTDIR}${bindir}/xolint
18287111Smarcel
19287111Smarcelinstall-data-hook:
20287111Smarcel	for file in ${man_MANS}; do \
21287111Smarcel	    cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done
22