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.
This commit is contained in:
parent
c6cc345552
commit
9456662992
|
@ -16,8 +16,9 @@
|
||||||
# License along with pavucontrol. If not, see
|
# License along with pavucontrol. If not, see
|
||||||
# <http://www.gnu.org/licenses/>.
|
# <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
noinst_DATA = README.html README
|
dist_html_DATA = README.html style.css
|
||||||
EXTRA_DIST = $(noinst_DATA) style.css README.html.in
|
dist_doc_DATA = README
|
||||||
|
EXTRA_DIST = README.html.in
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = README README.html
|
MAINTAINERCLEANFILES = README README.html
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
Loading…
Reference in New Issue