mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Uninstall the man page too.
This commit is contained in:
@@ -240,6 +240,7 @@ if ENABLE_SIXEL
|
|||||||
dist_tmux_SOURCES += image.c image-sixel.c
|
dist_tmux_SOURCES += image.c image-sixel.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Add bits for fuzzing if enabled.
|
||||||
if NEED_FUZZING
|
if NEED_FUZZING
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
fuzz/input-fuzzer \
|
fuzz/input-fuzzer \
|
||||||
@@ -268,3 +269,7 @@ install-exec-hook:
|
|||||||
$(mkdir_p) $(DESTDIR)$(mandir)/man1
|
$(mkdir_p) $(DESTDIR)$(mandir)/man1
|
||||||
$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
|
$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
|
||||||
$(DESTDIR)$(mandir)/man1/tmux.1
|
$(DESTDIR)$(mandir)/man1/tmux.1
|
||||||
|
|
||||||
|
# And uninstall it.
|
||||||
|
uninstall-hook:
|
||||||
|
rm -f $(DESTDIR)$(mandir)/man1/tmux.1
|
||||||
|
|||||||
Reference in New Issue
Block a user