jvinet / knock

A port-knocking daemon
http://www.zeroflux.org/projects/knock
GNU General Public License v2.0
552 stars 114 forks source link

Add man pages to CLEANFILES #10

Closed infinity0 closed 9 years ago

infinity0 commented 9 years ago

The current makefile doesn't clean built manpages. To fix this, add a

CLEANFILES = $(man_MANS)

at the end of Makefile.am and regenerate Makefile.in.