diff options
| author | 2020-05-31 15:41:51 +0200 | |
|---|---|---|
| committer | 2020-05-31 15:41:51 +0200 | |
| commit | cdc9f26f0375d54143a7aa6a4df56a04db105132 (patch) | |
| tree | 34885fcf55e833b08184c09186d353f5287d477f /docs/Makefile.am | |
| parent | c04bb75f64f9929ad57ee90c02c88ca5bf3af793 (diff) | |
| download | libusbmuxd-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.am | 3 | 
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) | 
