summaryrefslogtreecommitdiffstats
path: root/0.4.6/xolint/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '0.4.6/xolint/Makefile.am')
-rw-r--r--0.4.6/xolint/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/0.4.6/xolint/Makefile.am b/0.4.6/xolint/Makefile.am
new file mode 100644
index 0000000..10e9759
--- /dev/null
+++ b/0.4.6/xolint/Makefile.am
@@ -0,0 +1,21 @@
+#
+# Copyright 2014, Juniper Networks, Inc.
+# All rights reserved.
+# This SOFTWARE is licensed under the LICENSE provided in the
+# ../Copyright file. By downloading, installing, copying, or otherwise
+# using the SOFTWARE, you agree to be bound by the terms of that
+# LICENSE.
+
+man_MANS = xolint.1
+
+EXTRA_DIST = xolint.1 xolint.pl
+
+install-exec-hook:
+ install ${srcdir}/xolint.pl ${DESTDIR}${bindir}/xolint
+
+uninstall-hook:
+ rm -f ${DESTDIR}${bindir}/xolint
+
+install-data-hook:
+ for file in ${man_MANS}; do \
+ cat ../libxo/add.man >> ${DESTDIR}${man1dir}/$$file ; done
OpenPOWER on IntegriCloud