summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-08 15:59:48 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-08-08 15:59:48 +0200
commit9456662992415a462e0da8e8419474f2e0c18169 (patch)
tree44ce018b91d1bd4381325306c70979c33b457d9c /doc
parentc6cc345552c504dbfe23837e80464fb094370aab (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.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a08c59e..d4b50be 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,8 +16,9 @@
# License along with pavucontrol. 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 README.html
CLEANFILES =