cannam@86
|
1 ## Process this file with automake to produce Makefile.in
|
cannam@86
|
2
|
cannam@86
|
3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
|
cannam@86
|
4
|
cannam@86
|
5 doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
|
cannam@86
|
6 general.html index.html ogg_packet.html ogg_packet_clear.html\
|
cannam@86
|
7 ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\
|
cannam@86
|
8 ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html\
|
cannam@86
|
9 ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html\
|
cannam@86
|
10 ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html\
|
cannam@86
|
11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
|
cannam@86
|
12 ogg_stream_packetin.html ogg_stream_packetout.html\
|
cannam@86
|
13 ogg_stream_packetpeek.html ogg_stream_pagein.html\
|
cannam@86
|
14 ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html\
|
cannam@86
|
15 ogg_stream_reset_serialno.html ogg_stream_state.html\
|
cannam@86
|
16 ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html\
|
cannam@86
|
17 ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
|
cannam@86
|
18 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
|
cannam@86
|
19 oggpack_adv.html oggpack_adv1.html oggpack_bits.html\
|
cannam@86
|
20 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
|
cannam@86
|
21 oggpack_look.html oggpack_look1.html oggpack_read.html\
|
cannam@86
|
22 oggpack_read1.html oggpack_readinit.html oggpack_reset.html\
|
cannam@86
|
23 oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
|
cannam@86
|
24 oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
|
cannam@86
|
25 overview.html reference.html style.css
|
cannam@86
|
26
|
cannam@86
|
27 EXTRA_DIST = $(doc_DATA)
|