Skip to content

Commit

Permalink
remove new man pages on make uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
tedhorst committed Jul 13, 2013
1 parent 48bfb90 commit f2ecf18
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

5 comments on commit f2ecf18

@bors
Copy link
Contributor

@bors bors commented on f2ecf18 Jul 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from cmr
at tedhorst@f2ecf18

@bors
Copy link
Contributor

@bors bors commented on f2ecf18 Jul 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging tedhorst/rust/manuninstall = f2ecf18 into auto

@bors
Copy link
Contributor

@bors bors commented on f2ecf18 Jul 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tedhorst/rust/manuninstall = f2ecf18 merged ok, testing candidate = c3e3090

@bors
Copy link
Contributor

@bors bors commented on f2ecf18 Jul 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c3e3090

Please sign in to comment.