summaryrefslogtreecommitdiffstats
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-05-31 15:41:51 +0200
committerGravatar Nikias Bassen2020-05-31 15:41:51 +0200
commitcdc9f26f0375d54143a7aa6a4df56a04db105132 (patch)
tree34885fcf55e833b08184c09186d353f5287d477f /docs/Makefile.am
parentc04bb75f64f9929ad57ee90c02c88ca5bf3af793 (diff)
downloadlibusbmuxd-cdc9f26f0375d54143a7aa6a4df56a04db105132.tar.gz
libusbmuxd-cdc9f26f0375d54143a7aa6a4df56a04db105132.tar.bz2
Add man pages for iproxy and inetcat
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644
index 0000000..3e8ba03
--- /dev/null
+++ b/docs/Makefile.am
@@ -0,0 +1,3 @@
+man_MANS = iproxy.1 inetcat.1
+
+EXTRA_DIST = $(man_MANS)