Skip to content

Commit

Permalink
make an uninstall hook in the same manner we already did an install hook
Browse files Browse the repository at this point in the history
as otherwise will make distcheck fail
  • Loading branch information
bagder committed Aug 6, 2003
1 parent 38a9b14 commit bbdc039
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ cygwinbin:
install-data-hook:
cd include && $(MAKE) install
cd docs && $(MAKE) install

# We extend the standard uninstall with a custom hook:
uninstall-hook:
cd include && $(MAKE) uninstall
cd docs && $(MAKE) uninstall

0 comments on commit bbdc039

Please sign in to comment.