Mercurial > hg > sv-dependency-builds
annotate src/libogg-1.3.0/doc/Makefile.am @ 163:5cc1366da2e9
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 30 Oct 2019 11:28:45 +0000 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 ## Process this with automake to create Makefile.in |
cannam@86 | 2 |
cannam@86 | 3 SUBDIRS = libogg |
cannam@86 | 4 |
cannam@86 | 5 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) |
cannam@86 | 6 |
cannam@86 | 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ |
cannam@86 | 8 stream.png vorbisword2.png white-ogg.png white-xifish.png \ |
cannam@86 | 9 rfc3533.txt rfc5334.txt skeleton.html |
cannam@86 | 10 |
cannam@86 | 11 EXTRA_DIST = $(doc_DATA) |