make an uninstall hook in the same manner we already did an install hook
as otherwise will make distcheck fail
This commit is contained in:
parent
38a9b14965
commit
bbdc0394ff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user