fixed a bug in Makefile which forbid man page creation

debian-releases/etch
Yaroslav Halchenko 2005-07-07 02:20:24 +00:00
parent f544c58d74
commit 549ac7290e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ DESTDIR=debian/fail2ban
all::
cp fail2ban.py fail2ban
help2man -N -s 1 fail2ban >| fail2ban.1
help2man -N -s 1 ./fail2ban >| fail2ban.1
install:: all
mkdir -p $(DESTDIR)/etc/default