Files
flac/doc/html/Makefile.am

61 lines
1.8 KiB
Makefile
Raw Normal View History

2002-07-16 16:09:53 +00:00
# FLAC - Free Lossless Audio Codec
2007-02-02 06:58:19 +00:00
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
2002-07-16 16:09:53 +00:00
#
2003-02-07 00:14:32 +00:00
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
2002-07-16 16:09:53 +00:00
#
2003-02-07 00:14:32 +00:00
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.
2002-07-16 16:09:53 +00:00
AUTOMAKE_OPTIONS = foreign
SUBDIRS = ru images
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
doc_DATA = \
2004-07-29 23:59:25 +00:00
changelog.html \
2002-07-16 16:09:53 +00:00
comparison.html \
developers.html \
documentation.html \
documentation_bugs.html \
documentation_format_overview.html \
documentation_tasks.html \
documentation_tools.html \
documentation_tools_flac.html \
documentation_tools_metaflac.html \
documentation_tools_plugins.html \
2002-07-16 16:09:53 +00:00
download.html \
faq.html \
favicon.ico \
2002-07-16 16:09:53 +00:00
features.html \
flac.css \
2002-07-16 16:09:53 +00:00
format.html \
id.html \
index.html \
itunes.html \
2004-09-08 00:59:43 +00:00
license.html \
2004-07-29 23:59:25 +00:00
links.html \
2004-09-09 00:28:20 +00:00
news.html \
ogg_mapping.html
2002-07-16 16:09:53 +00:00
EXTRA_DIST = $(doc_DATA) api
# The install targets don't copy whole directories so we have to
# handle 'api/' specially:
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(docdir)/api
(cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
uninstall-local:
rm -rf $(DESTDIR)$(docdir)/api
maintainer-clean-local:
rm -rf api