]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/xolint/Makefile.am
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / contrib / libxo / xolint / Makefile.am
1 #
2 # Copyright 2014, Juniper Networks, Inc.
3 # All rights reserved.
4 # This SOFTWARE is licensed under the LICENSE provided in the
5 # ../Copyright file. By downloading, installing, copying, or otherwise
6 # using the SOFTWARE, you agree to be bound by the terms of that
7 # LICENSE.
8
9 man_MANS = xolint.1
10
11 EXTRA_DIST = xolint.1 xolint.pl
12
13 install-exec-hook:
14         install ${srcdir}/xolint.pl ${DESTDIR}${bindir}/xolint
15
16 uninstall-hook:
17         rm -f ${DESTDIR}${bindir}/xolint
18
19 install-data-hook:
20         for file in ${man_MANS}; do \
21             cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done