summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-21 23:06:17 +0200
committerPeter Simons <simons@cryp.to>2009-09-21 23:18:24 +0200
commit0514441522a78cb2f9d967afd484e7d227e3c576 (patch)
treee78c71b099ff6deff658daa7d7cd9bae80964fab /configure.ac
parenta569db55c3f0d08f8caa0328e69f61109e512201 (diff)
downloadautoconf-archive-0514441522a78cb2f9d967afd484e7d227e3c576.tar.gz
Drop generated HTML documentation from the release tarball. Our
documentation format of choice is Texinfo, from which all kinds of other formats, including HTML, can be derived.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 9112d95..6cce46b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,14 +27,6 @@ done
AC_SUBST([M4SOURCE])
AC_MSG_RESULT([done])
-AC_MSG_CHECKING([for available HTML documentation])
-HTMLFILE=""
-for n in ${srcdir}/html/*.html ${srcdir}/html/*.css ; do
- HTMLFILE="${HTMLFILE} ${n}"
-done
-AC_SUBST([HTMLFILE])
-AC_MSG_RESULT([done])
-
AC_MSG_CHECKING([for available Texinfo documentation])
TEXIFILE=""
for n in ${srcdir}/doc/*.texi ; do