blob: adbcc30de6a8795e5878f6ab35c407df433b7beb [file] [log] [blame]
Josh Coalson5e5fc012002-07-16 16:09:53 +00001# FLAC - Free Lossless Audio Codec
Josh Coalson0395dac2006-04-25 06:59:33 +00002# Copyright (C) 2001,2002,2003,2004,2005,2006 Josh Coalson
Josh Coalson5e5fc012002-07-16 16:09:53 +00003#
Josh Coalsone8a76012003-02-07 00:14:32 +00004# This file is part the FLAC project. FLAC is comprised of several
5# components distributed under difference licenses. The codec libraries
6# are distributed under Xiph.Org's BSD-like license (see the file
7# COPYING.Xiph in this distribution). All other programs, libraries, and
8# plugins are distributed under the GPL (see COPYING.GPL). The documentation
9# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
10# FLAC distribution contains at the top the terms under which it may be
11# distributed.
Josh Coalson5e5fc012002-07-16 16:09:53 +000012#
Josh Coalsone8a76012003-02-07 00:14:32 +000013# Since this particular file is relevant to all components of FLAC,
14# it may be distributed under the Xiph.Org license, which is the least
15# restrictive of those mentioned above. See the file COPYING.Xiph in this
16# distribution.
Josh Coalson5e5fc012002-07-16 16:09:53 +000017
18AUTOMAKE_OPTIONS = foreign
19
20SUBDIRS = ru images
21
22docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
23
24doc_DATA = \
Josh Coalsonac1da402004-07-29 23:59:25 +000025 changelog.html \
Josh Coalson5e5fc012002-07-16 16:09:53 +000026 comparison.html \
27 developers.html \
28 documentation.html \
Josh Coalson34cc68f2006-12-22 02:53:20 +000029 documentation_bugs.html \
30 documentation_format_overview.html \
31 documentation_tasks.html \
32 documentation_tools.html \
33 documentation_tools_flac.html \
34 documentation_tools_metaflac.html \
35 documentation_tools_plugins.html \
Josh Coalson5e5fc012002-07-16 16:09:53 +000036 download.html \
Josh Coalson334defd2004-07-31 22:56:34 +000037 faq.html \
Josh Coalson7ba64122005-01-25 05:03:48 +000038 favicon.ico \
Josh Coalson5e5fc012002-07-16 16:09:53 +000039 features.html \
Josh Coalson950e3ca2005-02-09 03:37:59 +000040 flac.css \
Josh Coalson5e5fc012002-07-16 16:09:53 +000041 format.html \
Josh Coalson5e5fc012002-07-16 16:09:53 +000042 id.html \
43 index.html \
Josh Coalson34cc68f2006-12-22 02:53:20 +000044 itunes.html \
Josh Coalson3c2529b2004-09-08 00:59:43 +000045 license.html \
Josh Coalsonac1da402004-07-29 23:59:25 +000046 links.html \
Josh Coalson5b0803e2004-09-09 00:28:20 +000047 news.html \
48 ogg_mapping.html
Josh Coalson5e5fc012002-07-16 16:09:53 +000049
Josh Coalsonef528ec2002-09-11 00:37:22 +000050EXTRA_DIST = $(doc_DATA) api
Josh Coalson1f99eac2002-08-23 06:45:23 +000051
52# The install targets don't copy whole directories so we have to
53# handle 'api/' specially:
54install-data-local:
55 $(mkinstalldirs) $(DESTDIR)$(docdir)/api
56 (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
57uninstall-local:
58 rm -rf $(DESTDIR)$(docdir)/api
Josh Coalson52afda92003-01-10 04:38:44 +000059maintainer-clean-local:
Josh Coalsonb39417b2002-09-24 06:41:29 +000060 rm -rf api