summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-07 13:39:13 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-07 13:39:13 +0200
commitd111a1e2d85732a6b0ade5a016e2c5bd3197a137 (patch)
treeca52e39944c0a865242e2a4ccf0c7c2de490a27a
parent6581892f3d7d5d75139b71b20cdcbd25a8ce8ab4 (diff)
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.
-rw-r--r--doc/Makefile.am6
1 files 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
# <http://www.gnu.org/licenses/>.
-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/,' > $@