Makefile.am 989 B

12345678910111213141516171819202122
  1. ## Process this file with automake to produce Makefile.in
  2. AUTOMAKE_OPTIONS = foreign
  3. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
  4. doc_DATA = OggVorbis_File.html chaining_example_c.html chainingexample.html\
  5. datastructures.html decoding.html example.html exampleindex.html\
  6. fileinfo.html index.html initialization.html ov_bitrate.html\
  7. ov_bitrate_instant.html ov_callbacks.html ov_clear.html\
  8. ov_comment.html ov_info.html ov_open.html ov_open_callbacks.html\
  9. ov_pcm_seek.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
  10. ov_raw_tell.html ov_raw_total.html ov_read.html ov_seekable.html\
  11. ov_serialnumber.html ov_streams.html ov_time_seek.html\
  12. ov_time_tell.html ov_time_total.html overview.html reference.html\
  13. seekexample.html seeking.html seeking_test_c.html seekingexample.html\
  14. style.css vorbis_comment.html vorbis_info.html\
  15. vorbisfile_example_c.html ov_read_float.html ov_test.html\
  16. ov_test_open.html ov_test_callbacks.html
  17. EXTRA_DIST = $(doc_DATA)