diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-26 18:06:14 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-26 18:06:14 +0100 |
commit | 94e7ec2e703247f5e41641c95c825919e8a66b4b (patch) | |
tree | 6b134d5a9f1afeb00a315a8ffad6e0f69975d09d /fehqlibs-deb/debian/manpages | |
parent | 5c4b60da46401ff3faf9e3f07d13f694f018cf29 (diff) |
convert build script to debian directory for fehqlibs
Diffstat (limited to 'fehqlibs-deb/debian/manpages')
-rwxr-xr-x | fehqlibs-deb/debian/manpages | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/fehqlibs-deb/debian/manpages b/fehqlibs-deb/debian/manpages new file mode 100755 index 0000000..6a8c8b3 --- /dev/null +++ b/fehqlibs-deb/debian/manpages @@ -0,0 +1,37 @@ +#!/usr/bin/dh-exec +man/error.3 => man/error-qlibs.3 +man/alloc.3 +man/buffer.3 +man/byte.3 +man/case.3 +man/cdbmake.3 +man/cdbread.3 +man/constmap.3 +man/dns.3 +man/dnsstub.3 +man/env.3 +man/fd.3 +man/fmt.3 +man/getln.3 +man/getoptb.3 +man/iopause.3 +man/ip4.3 +man/ip6.3 +man/logmsg.3 +man/pathexec.3 +man/scan.3 +man/socket_bind.3 +man/socket_connect.3 +man/socket_if.3 +man/socket_info.3 +man/socket_recv.3 +man/socket_send.3 +man/socket_setup.3 +man/socket_tcp.3 +man/socket_udp.3 +man/str.3 +man/stralloc.3 +man/taia.3 +man/timeout.3 +man/timeoutconn.3 +man/wait.3 |