Makefile: Drop man1 uninstall
This should have happened inf4883dd2
(Makefile: do not install man1 files, 2017-11-08, #1129). It may have been missed due to the man1/man8 typo frome61c672a
(Add missing man pages and bash completions for kpod, 2016-12-02, #230). Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
parent
1c540236d1
commit
10bc4ec96b
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -168,9 +168,6 @@ uninstall:
|
|||
rm -f $(BINDIR)/crio
|
||||
rm -f $(LIBEXECDIR)/crio/conmon
|
||||
rm -f $(LIBEXECDIR)/crio/pause
|
||||
for i in $(filter %.1,$(MANPAGES)); do \
|
||||
rm -f $(MANDIR)/man8/$$(basename $${i}); \
|
||||
done
|
||||
for i in $(filter %.5,$(MANPAGES)); do \
|
||||
rm -f $(MANDIR)/man5/$$(basename $${i}); \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue