fix debian mans

This commit is contained in:
Vladimir Dubrovin 2026-05-30 16:10:51 +03:00
parent f360fd6cf9
commit ae1c8b0a47
2 changed files with 2 additions and 11 deletions

View File

@ -1,11 +0,0 @@
man/3proxy.8
man/3proxy.cfg.5
man/3proxy_ftppr.8
man/3proxy_pop3p.8
man/3proxy_tlspr.8
man/3proxy_proxy.8
man/3proxy_smtpp.8
man/3proxy_socks.8
man/3proxy_tcppm.8
man/3proxy_udppm.8
man/3proxy_crypt.8

2
debian/rules vendored
View File

@ -12,6 +12,8 @@ override_dh_auto_build:
override_dh_auto_install: override_dh_auto_install:
$(MAKE) DESTDIR=debian/3proxy install $(MAKE) DESTDIR=debian/3proxy install
override_dh_installman:
override_dh_auto_clean: override_dh_auto_clean:
find src/ -type f -name "*.o" -delete find src/ -type f -name "*.o" -delete
find src/ -type f -name "Makefile.var" -delete find src/ -type f -name "Makefile.var" -delete