summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-07 12:02:02 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-26 19:50:34 +0200
commitbf6500520d860a6d72024d0414fb7b0ff53fd638 (patch)
tree1d12e9e9db0a50421423e4a08df6628bb75fbb62
parentded3a48ca801da56d893a11a5999110c297f1906 (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.am5
1 files 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
# <http://www.gnu.org/licenses/>.
-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 =