Makefile.am 328 B

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