Makefile.am 1.3 KB

123456789101112131415161718192021222324
  1. ## Process this file with automake to produce Makefile.in
  2. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/libvorbis
  3. doc_DATA = index.html reference.html style.css vorbis_comment.html\
  4. vorbis_info.html vorbis_analysis_blockout.html vorbis_analysis_buffer.html\
  5. vorbis_analysis_headerout.html vorbis_analysis_init.html \
  6. vorbis_analysis_wrote.html vorbis_analysis.html vorbis_bitrate_addblock.html\
  7. vorbis_bitrate_flushpacket.html vorbis_block_init.html \
  8. vorbis_block_clear.html vorbis_dsp_clear.html vorbis_granule_time.html \
  9. vorbis_version_string.html vorbis_info_blocksize.html vorbis_info_clear.html\
  10. vorbis_info_init.html vorbis_comment_add.html vorbis_comment_add_tag.html\
  11. vorbis_comment_clear.html vorbis_comment_init.html vorbis_comment_query.html\
  12. vorbis_comment_query_count.html vorbis_commentheader_out.html\
  13. vorbis_packet_blocksize.html vorbis_synthesis.html \
  14. vorbis_synthesis_blockin.html vorbis_synthesis_halfrate.html \
  15. vorbis_synthesis_halfrate_p.html vorbis_synthesis_headerin.html \
  16. vorbis_synthesis_idheader.html vorbis_synthesis_init.html \
  17. vorbis_synthesis_lapout.html vorbis_synthesis_pcmout.html \
  18. vorbis_synthesis_read.html vorbis_synthesis_restart.html \
  19. vorbis_synthesis_trackonly.html vorbis_block.html vorbis_dsp_state.html \
  20. return.html overview.html
  21. EXTRA_DIST = $(doc_DATA)