]> granicus.if.org Git - curl/commitdiff
When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 Jun 2003 14:37:38 +0000 (14:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Jun 2003 14:37:38 +0000 (14:37 +0000)
include files and docs, so now I've added a custom install hook to run
make install for docs and install when data is installed at the top-level.

Makefile.am

index f6c16f9a93fda29bcc66ac8014ce0dd8ac04ef7c..9b6ff5284062e5e4c772e1cdfdc3d059933894ba 100644 (file)
@@ -78,3 +78,8 @@ pkgadd:
 # resulting .tar.bz2 file will end up at packages/Win32/cygwin
 cygwinbin:
        $(MAKE) -C packages/Win32/cygwin cygwinbin
+
+# We extend the standard install with a custom hook:
+install-data-hook:
+       cd include && $(MAKE) install
+       cd docs && $(MAKE) install