From d111a1e2d85732a6b0ade5a016e2c5bd3197a137 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 13:39:13 +0200 Subject: Install README files in doc/html directories. Install and distribute README.html and style.css in the html directory. Install and distribute README in the doc directory. The htmldir and docdir entries are added by recent versionf of autoconf and are configurable, so that distributions don't need to handle installation of these manually. --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 7cbda71..eb8470d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,8 +16,8 @@ # License along with libdaemon. If not, see # . -noinst_DATA = README.html -EXTRA_DIST = $(noinst_DATA) style.css README.html.in +dist_html_DATA = README.html style.css +EXTRA_DIST = README.html.in MAINTAINERCLEANFILES = README.html CLEANFILES = @@ -29,7 +29,7 @@ maintainer-clean-local: rm -rf reference if USE_LYNX -noinst_DATA += README +dist_doc_DATA = README MAINTAINERCLEANFILES += README README: README.html lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' | sed 's,file://localhost/.*/doc/reference/,reference/,' > $@ -- cgit