Home | History | Annotate | Download | only in vorbisenc
      1 ## Process this file with automake to produce Makefile.in
      2 
      3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
      4 
      5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \
      6 	ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
      7 	vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
      8 	vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html vorbis_info.html \
      9 	vorbis_encode_init_vbr.html
     10 
     11 EXTRA_DIST = $(doc_DATA)
     12