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