Makefile.am 300 B

12345678910
  1. ## Process this file with automake to produce Makefile.in
  2. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
  3. doc_DATA = index.html overview.html reference.html style.css\
  4. vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html\
  5. vorbis_encode_init_vbr.html
  6. EXTRA_DIST = $(doc_DATA)