Makefile: Add "uninstall" as a synonym for "remove" target

"uninstall" is the GNU standard name for the target,
so it'll be the one most users are used to.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Reuben Thomas 2012-04-16 17:39:10 +12:00 committed by Michael Kerrisk
parent 37ec86d510
commit 5ee63e782f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ screen:
fi; \
done
remove:
uninstall remove:
for i in man?/*; do \
rm -f $(MANDIR)/"$$i" $(MANDIR)/"$$i".gz $(MANDIR)/"$$i".bz2; \
done