annotate src/libvorbis-1.3.3/doc/vorbisenc/Makefile.am @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author |
Chris Cannam |
date |
Tue, 19 Mar 2013 17:37:49 +0000 |
parents |
|
children |
|
rev |
line source |
Chris@1
|
1 ## Process this file with automake to produce Makefile.in
|
Chris@1
|
2
|
Chris@1
|
3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
|
Chris@1
|
4
|
Chris@1
|
5 doc_DATA = changes.html examples.html index.html ovectl_ratemanage2_arg.html \
|
Chris@1
|
6 ovectl_ratemanage_arg.html overview.html reference.html style.css\
|
Chris@1
|
7 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
|
Chris@1
|
8 vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html \
|
Chris@1
|
9 vorbis_encode_init_vbr.html
|
Chris@1
|
10
|
Chris@1
|
11 EXTRA_DIST = $(doc_DATA)
|