summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-07 16:05:20 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-07 16:05:20 +0000
commite16cdb50bd1a38403cd7aac7922461bc23fe918c (patch)
treec696c9d74df9ff5293f0dbb785dbf2c7fd4578b6 /configure.ac
parent9a778bddfe3bb8e5124805456d23bafdf7b8dbec (diff)
remove all docs from tarball since they are now available on pulseaudio.org
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1059 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac28
1 files changed, 0 insertions, 28 deletions
diff --git a/configure.ac b/configure.ac
index 3b02df5a..6b82effd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,29 +100,6 @@ if test "x$GCC" = "xyes" ; then
done
fi
-# LYNX documentation generation
-AC_ARG_ENABLE(lynx,
- AC_HELP_STRING(--disable-lynx,Turn off lynx usage for documentation generation),
-[case "${enableval}" in
- yes) lynx=yes ;;
- no) lynx=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --disable-lynx) ;;
-esac],[lynx=auto])
-
-if test x$lynx != xno ; then
- AC_CHECK_PROG(have_lynx, lynx, yes, no)
-
- if test x$have_lynx = xno ; then
- if test x$lynx = xyes ; then
- AC_MSG_ERROR([*** lynx not found])
- else
- AC_MSG_WARN([*** lynx not found, plain text README will not be built ***])
- fi
- fi
-fi
-
-AM_CONDITIONAL([USE_LYNX], [test "x$have_lynx" = xyes])
-
#### libtool stuff ####
AC_LTDL_ENABLE_INSTALL
@@ -701,13 +678,8 @@ libpulse-browse.pc
libpulse-mainloop-glib.pc
libpulse-mainloop-glib12.pc
doc/Makefile
-doc/README.html
-doc/cli.html
-doc/daemon.html
-doc/modules.html
doxygen/Makefile
doxygen/doxygen.conf
src/pulse/version.h
-doc/FAQ.html
])
AC_OUTPUT