annotate src/libvorbis-1.3.3/doc/vorbisenc/Makefile.am @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Thu, 28 Jun 2018 15:29:59 +0100 |
parents |
98c1576536ae |
children |
|
rev |
line source |
cannam@86
|
1 ## Process this file with automake to produce Makefile.in
|
cannam@86
|
2
|
cannam@86
|
3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisenc
|
cannam@86
|
4
|
cannam@86
|
5 doc_DATA = changes.html examples.html index.html ovectl_ratemanage2_arg.html \
|
cannam@86
|
6 ovectl_ratemanage_arg.html overview.html reference.html style.css\
|
cannam@86
|
7 vorbis_encode_ctl.html vorbis_encode_init.html vorbis_encode_setup_init.html \
|
cannam@86
|
8 vorbis_encode_setup_managed.html vorbis_encode_setup_vbr.html \
|
cannam@86
|
9 vorbis_encode_init_vbr.html
|
cannam@86
|
10
|
cannam@86
|
11 EXTRA_DIST = $(doc_DATA)
|