From bf6500520d860a6d72024d0414fb7b0ff53fd638 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 12:02:02 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 0324f02..d850412 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,8 +16,9 @@ # License along with libasyncns. If not, see # . -noinst_DATA = README.html README -EXTRA_DIST = $(noinst_DATA) style.css README.html.in +dist_html_DATA = README.html style.css +dist_doc_DATA = README +EXTRA_DIST = README.html.in MAINTAINERCLEANFILES = README.html CLEANFILES = -- cgit