You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
675 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -195,7 +195,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
  4. bin_SCRIPTS = curl-config
  5. SUBDIRS = lib src
  6. -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
  7. +DIST_SUBDIRS = $(SUBDIRS) packages include
  8. pkgconfigdir = $(libdir)/pkgconfig
  9. pkgconfig_DATA = libcurl.pc
  10. @@ -306,8 +306,8 @@ cygwinbin:
  11. # We extend the standard install with a custom hook:
  12. install-data-hook:
  13. (cd include && $(MAKE) install)
  14. - (cd docs && $(MAKE) install)
  15. - (cd docs/libcurl && $(MAKE) install)
  16. + #(cd docs && $(MAKE) install)
  17. + #(cd docs/libcurl && $(MAKE) install)
  18. # We extend the standard uninstall with a custom hook:
  19. uninstall-hook: