Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libogg-1.1.3/doc/libogg/Makefile.am @ 15

Last change on this file since 15 was 15, checked in by landauf, 16 years ago

added libogg

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