mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-03 12:19:15 +01:00
Fix: uninstall does not remove man page
This commit is contained in:
parent
c66ca5c506
commit
b8310d32bf
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ install.man: doc/ctpv.1
|
|||||||
install -m 0644 $^ $(MANPREFIX)
|
install -m 0644 $^ $(MANPREFIX)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
$(RM) $(BINPREFIX)/ctpv $(BINPREFIX)/ctpvclear
|
$(RM) $(BINPREFIX)/ctpv $(BINPREFIX)/ctpvclear $(MANPREFIX)/ctpv.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) ctpv $(OBJ) $(DEP) $(GEN)
|
$(RM) ctpv $(OBJ) $(DEP) $(GEN)
|
||||||
|
Loading…
Reference in New Issue
Block a user