summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2005-06-17 16:40:24 +0000
committerRalph Giles <giles@xiph.org>2005-06-17 16:40:24 +0000
commit450a8295cda444e46059e0f5e552c24e99885c79 (patch)
tree1a9532db7e256a51f7c606ebd22880132a3f35ee /doc/Makefile.am
parentbb45c4bddcae4159d44ec0544670c92f7cae5eed (diff)
downloadogg-git-450a8295cda444e46059e0f5e552c24e99885c79.tar.gz
Add the multiplex doc to the distribution.
svn path=/trunk/ogg/; revision=9460
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e5ebcf6..0d26aa1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,6 +4,8 @@ SUBDIRS = ogg
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-doc_DATA = framing.html index.html oggstream.html rfc3533.txt rfc3534.txt stream.png vorbisword2.png white-ogg.png white-xifish.png
+doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
+ stream.png vorbisword2.png white-ogg.png white-xifish.png \
+ rfc3533.txt rfc3534.txt
EXTRA_DIST = $(doc_DATA)