(uninstall): Implement.
This commit is contained in:
parent
9559abb506
commit
c9f530846e
1 changed files with 7 additions and 1 deletions
8
Make.mk
8
Make.mk
|
@ -198,7 +198,13 @@ install-html: html | $(ehtmldir)
|
||||||
|
|
||||||
.PHONY: uninstall
|
.PHONY: uninstall
|
||||||
uninstall:
|
uninstall:
|
||||||
false # FIXME
|
rm -f $(addprefix $(sbindir)/, $(notdir $(util) $(server)))
|
||||||
|
rm -f $(addprefix $(bindir)/, $(notdir $(client)))
|
||||||
|
rm -rf $(builtindir) $(einfodir)
|
||||||
|
rm -f $(addprefix $(mandir)/man1/, $(notdir $(man1)))
|
||||||
|
rm -f $(addprefix $(mandir)/man6/, $(notdir $(man6)))
|
||||||
|
@[ -e $(gamedir) ] && echo "$(gamedir) not removed, you may wish to remove it manually."
|
||||||
|
@[ -e $(econfig) ] && echo "$(econfig) not removed, you may wish to remove it manually."
|
||||||
|
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
dist: dist-source dist-client dist-info
|
dist: dist-source dist-client dist-info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue