summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..113a4aa
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,9 @@
+man1_MANS = ipaddrcheck.1
+dist_man1_MANS = ipaddrcheck.1
+
+# If anyone knows how to execute it only if target binary is actually executable
+# (i.e. not cross-compiled), please tell
+#ipaddrcheck.1:
+# $(HELP2MAN) --no-info --include ipaddrcheck.x -o ipaddrcheck.1 $(top_srcdir)/src/ipaddrcheck
+
+