Skip to content

Commit 8b621d1

Browse files
committed
dont generate README
1 parent e435857 commit 8b621d1

5 files changed

Lines changed: 1 addition & 357 deletions

File tree

Makefile.am

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ EXTRA_DIST = \
2222
autogen.sh \
2323
LGPL
2424

25-
SUBDIRS = src gtkdoc doc
26-
27-
MAINTAINERCLEANFILES = README
28-
noinst_DATA = README
25+
SUBDIRS = src gtkdoc
2926

3027
pkgconfigdir = $(libdir)/pkgconfig
3128
pkgconfig_DATA = libkanberra.pc
@@ -47,18 +44,3 @@ DISTCHECK_CONFIGURE_FLAGS = \
4744
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
4845

4946
ACLOCAL_AMFLAGS = -I m4
50-
51-
README:
52-
rm -f README
53-
$(MAKE) -C doc README
54-
ln -s doc/README README
55-
56-
homepage: dist
57-
test -d $$HOME/homepage/private
58-
mkdir -p $$HOME/homepage/private/projects/libkanberra $$HOME/homepage/private/projects/libkanberra/gtkdoc
59-
cp libkanberra-@PACKAGE_VERSION@.tar.xz $$HOME/homepage/private/projects/libkanberra
60-
cp doc/README.html doc/style.css $$HOME/homepage/private/projects/libkanberra
61-
cp -a gtkdoc/html/* $$HOME/homepage/private/projects/libkanberra/gtkdoc
62-
ln -sf README.html $$HOME/homepage/private/projects/libkanberra/index.html
63-
64-
.PHONY: homepage

configure.ac

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -555,29 +555,6 @@ if test "x$with_systemdsystemunitdir" != xno; then
555555
fi
556556
AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
557557

558-
### LYNX documentation generation ###
559-
560-
AC_ARG_ENABLE([lynx],
561-
AS_HELP_STRING([--disable-lynx], [Turn off lynx usage for documentation generation]),
562-
[
563-
case "${enableval}" in
564-
yes) lynx=yes ;;
565-
no) lynx=no ;;
566-
*) AC_MSG_ERROR(bad value ${enableval} for --disable-lynx) ;;
567-
esac
568-
],
569-
[lynx=yes])
570-
571-
if test x$lynx = xyes ; then
572-
AC_CHECK_PROG(have_lynx, lynx, yes, no)
573-
574-
if test "x$have_lynx" = xno ; then
575-
AC_MSG_WARN([*** lynx not found, plain text README will not be built ***])
576-
fi
577-
fi
578-
579-
AM_CONDITIONAL([USE_LYNX], [test "x$have_lynx" = xyes])
580-
581558
### Vorbis (mandatory) ###
582559

583560
PKG_CHECK_MODULES(VORBIS, [ vorbisfile ])
@@ -714,8 +691,6 @@ libkanberra-ctk.pc
714691
libkanberra-ctk3.pc
715692
src/kanberra.h
716693
gtkdoc/Makefile
717-
doc/Makefile
718-
doc/README.html
719694
])
720695
AC_OUTPUT
721696

doc/Makefile.am

Lines changed: 0 additions & 35 deletions
This file was deleted.

doc/README.html.in

Lines changed: 0 additions & 253 deletions
This file was deleted.

doc/style.css

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)