]> granicus.if.org Git - curl/commitdiff
make an uninstall hook in the same manner we already did an install hook
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Aug 2003 22:15:12 +0000 (22:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Aug 2003 22:15:12 +0000 (22:15 +0000)
as otherwise will make distcheck fail

Makefile.am

index e4805ab4a31d7f88b525a39219db251fce08f44f..54dc31c09a40adb04e0eea2907a5ac8c95c5b0fc 100644 (file)
@@ -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