diff --git a/import/curl/Makefile.am b/import/curl/Makefile.am index 0c6fc35..702738f 100644 --- a/import/curl/Makefile.am +++ b/import/curl/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = CHANGES COPYING maketgz reconf curl-config.in \ curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat libcurl.pc.in SUBDIRS = lib -DIST_SUBDIRS = $(SUBDIRS) tests include packages docs +DIST_SUBDIRS = $(SUBDIRS) tests include packages dist-hook: rm -rf $(top_builddir)/tests/log @@ -39,10 +39,8 @@ dist-hook: done) html: - cd docs; make html pdf: - cd docs; make pdf check: diff --git a/import/curl/configure.ac b/import/curl/configure.ac index c911a37..9225f94 100644 --- a/import/curl/configure.ac +++ b/import/curl/configure.ac @@ -1926,9 +1926,6 @@ fi AM_CONDITIONAL(CROSSCOMPILING, test x$cross_compiling = xyes) AC_CONFIG_FILES([Makefile \ - docs/Makefile \ - docs/examples/Makefile \ - docs/libcurl/Makefile \ include/Makefile \ include/curl/Makefile \ lib/Makefile \