Skip to content

Commit

Permalink
auto merge of #7778 : tedhorst/rust/manuninstall, r=cmr
Browse files Browse the repository at this point in the history
The new man pages: rust.1, rustdoc.1, rusti.1, and rustpkg.1 were not being removed with make uninstall.
  • Loading branch information
bors committed Jul 14, 2013
2 parents 0ef8375 + f2ecf18 commit c3e3090
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mk/install.mk
Expand Up @@ -183,7 +183,11 @@ uninstall:
do rm -f $$i ; \
done
$(Q)rm -Rf $(PHL)/rustc
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rust.1
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rustc.1
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rustdoc.1
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rusti.1
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rustpkg.1

# target platform specific variables
# for arm-linux-androidabi
Expand Down

0 comments on commit c3e3090

Please sign in to comment.