remove new man pages on make uninstall

This commit is contained in:
Ted Horst 2013-07-13 13:56:08 -05:00
parent 48bfb90865
commit f2ecf18a8e

View File

@ -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