2002-07-16 16:09:53 +00:00
|
|
|
# FLAC - Free Lossless Audio Codec
|
2013-05-25 17:11:19 +10:00
|
|
|
# Copyright (C) 2001-2009 Josh Coalson
|
|
|
|
|
# Copyright (C) 2011-2013 Xiph.Org Foundation
|
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
|
2013-05-26 22:53:43 +02:00
|
|
|
# components distributed under different licenses. The codec libraries
|
2003-02-07 00:14:32 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images
|
|
|
|
|
|
|
|
|
|
doc_DATA = \
|
2013-09-17 19:18:28 +02:00
|
|
|
logo.svg \
|
2004-07-31 22:56:34 +00:00
|
|
|
logo130.gif
|
2002-07-16 16:09:53 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = $(doc_DATA)
|