Mercurial > hg > sv-dependency-builds
annotate src/libogg-1.3.0/doc/Makefile.am @ 124:e3d5853d5918
Current stable PortAudio source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:11:05 +0100 |
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) |