annotate src/libvorbis-1.3.3/doc/vorbisfile/Makefile.am @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Thu, 28 Jun 2018 15:29:59 +0100 |
parents |
98c1576536ae |
children |
|
rev |
line source |
cannam@86
|
1 ## Process this file with automake to produce Makefile.in
|
cannam@86
|
2
|
cannam@86
|
3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
|
cannam@86
|
4
|
cannam@86
|
5 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
|
cannam@86
|
6 chainingexample.html crosslap.html datastructures.html decoding.html\
|
cannam@86
|
7 example.html exampleindex.html fileinfo.html index.html\
|
cannam@86
|
8 initialization.html ov_bitrate.html ov_bitrate_instant.html\
|
cannam@86
|
9 ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html\
|
cannam@86
|
10 ov_fopen.html\
|
cannam@86
|
11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
|
cannam@86
|
12 ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
|
cannam@86
|
13 ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
|
cannam@86
|
14 ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html\
|
cannam@86
|
15 ov_read_float.html ov_read_filter.html\
|
cannam@86
|
16 ov_seekable.html ov_serialnumber.html\
|
cannam@86
|
17 ov_streams.html ov_test.html ov_test_callbacks.html ov_test_open.html\
|
cannam@86
|
18 ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
|
cannam@86
|
19 ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html\
|
cannam@86
|
20 overview.html reference.html seekexample.html seeking.html\
|
cannam@86
|
21 seeking_example_c.html seeking_test_c.html seekingexample.html\
|
cannam@86
|
22 style.css threads.html\
|
cannam@86
|
23 vorbisfile_example_c.html
|
cannam@86
|
24
|
cannam@86
|
25 EXTRA_DIST = $(doc_DATA)
|