Chris@1
|
1 # FLAC - Free Lossless Audio Codec
|
Chris@1
|
2 # Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
|
Chris@1
|
3 #
|
Chris@1
|
4 # This file is part the FLAC project. FLAC is comprised of several
|
Chris@1
|
5 # components distributed under difference licenses. The codec libraries
|
Chris@1
|
6 # are distributed under Xiph.Org's BSD-like license (see the file
|
Chris@1
|
7 # COPYING.Xiph in this distribution). All other programs, libraries, and
|
Chris@1
|
8 # plugins are distributed under the GPL (see COPYING.GPL). The documentation
|
Chris@1
|
9 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
|
Chris@1
|
10 # FLAC distribution contains at the top the terms under which it may be
|
Chris@1
|
11 # distributed.
|
Chris@1
|
12 #
|
Chris@1
|
13 # Since this particular file is relevant to all components of FLAC,
|
Chris@1
|
14 # it may be distributed under the Xiph.Org license, which is the least
|
Chris@1
|
15 # restrictive of those mentioned above. See the file COPYING.Xiph in this
|
Chris@1
|
16 # distribution.
|
Chris@1
|
17
|
Chris@1
|
18 AUTOMAKE_OPTIONS = foreign
|
Chris@1
|
19
|
Chris@1
|
20 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images/hw
|
Chris@1
|
21
|
Chris@1
|
22 doc_DATA = \
|
Chris@1
|
23 Blackbird_Front_low3_325x87.jpg \
|
Chris@1
|
24 MS300frontsmall_270x108.jpg \
|
Chris@1
|
25 MediaBox_Frt_170x325.jpg \
|
Chris@1
|
26 SB_Hero_Black_325x182.jpg \
|
Chris@1
|
27 Sooloos-ControlOne_325x328.jpg \
|
Chris@1
|
28 Z500_front_325x94.jpg \
|
Chris@1
|
29 a2_01_325x252.jpg \
|
Chris@1
|
30 arcus_325x135.jpg \
|
Chris@1
|
31 bmp-1430_325x241.jpg \
|
Chris@1
|
32 cs505_front_lrg_325x113.jpg \
|
Chris@1
|
33 enus_3-4lft-hires_product_eva8000_325x127.jpg \
|
Chris@1
|
34 escient_ProductLine_325x163.jpg \
|
Chris@1
|
35 hifidelio_bl_front_Z_RGB_325x163.jpg \
|
Chris@1
|
36 i-station-mini-dx_325x237.jpg \
|
Chris@1
|
37 iwod-g10_325x257.jpg \
|
Chris@1
|
38 knc_hr-2800_325x209.jpg \
|
Chris@1
|
39 mediaready_prodmain_MRMCa_325x232.jpg \
|
Chris@1
|
40 meizu_m6_325x206.jpg \
|
Chris@1
|
41 musica_artwork_325x90.jpg \
|
Chris@1
|
42 neodigits_x5000_325x124.jpg \
|
Chris@1
|
43 onda-vx737_325x240.jpg \
|
Chris@1
|
44 request_n_front_325x103.jpg \
|
Chris@1
|
45 rio_karma_279x254.jpg \
|
Chris@1
|
46 sonos_family_RGB_325x200.jpg \
|
Chris@1
|
47 teclast-tl29_325x244.jpg \
|
Chris@1
|
48 transporter_hero_grey_325x208.jpg \
|
Chris@1
|
49 tvix-4000_325x204.jpg \
|
Chris@1
|
50 vibez_nofm_combi_black_b_325x220.jpg
|
Chris@1
|
51
|
Chris@1
|
52 EXTRA_DIST = $(doc_DATA)
|