Remove curl docs; this means we don't need 'roffit' to make dist

This commit is contained in:
alexhudson
2007-01-30 10:41:23 +00:00
parent 797f2c92c6
commit 3dbca2dc61
2 changed files with 1 additions and 6 deletions
+1 -3
View File
@@ -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:
-3
View File
@@ -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 \