From cdc9f26f0375d54143a7aa6a4df56a04db105132 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 31 May 2020 15:41:51 +0200 Subject: Add man pages for iproxy and inetcat --- docs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/Makefile.am (limited to 'docs/Makefile.am') 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) -- cgit v1.1-32-gdbae