Mercurial > hg > sv-dependency-builds
annotate src/libogg-1.3.0/doc/Makefile.am @ 56:af97cad61ff0
Add updated build of PortAudio for OSX
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 03 Jan 2017 15:10:52 +0000 |
parents | 05aa0afa9217 |
children |
rev | line source |
---|---|
Chris@1 | 1 ## Process this with automake to create Makefile.in |
Chris@1 | 2 |
Chris@1 | 3 SUBDIRS = libogg |
Chris@1 | 4 |
Chris@1 | 5 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) |
Chris@1 | 6 |
Chris@1 | 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ |
Chris@1 | 8 stream.png vorbisword2.png white-ogg.png white-xifish.png \ |
Chris@1 | 9 rfc3533.txt rfc5334.txt skeleton.html |
Chris@1 | 10 |
Chris@1 | 11 EXTRA_DIST = $(doc_DATA) |