summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2013-05-06 17:40:26 +0000
committerTim Terriberry <tterribe@xiph.org>2013-05-06 17:40:26 +0000
commitbd664137df774923a30f9c4859549745bfa8f708 (patch)
treed012e6bca50fb84579ec9c91c2d0e24aa2ae6250 /doc/Makefile.am
parent85dbd8d9ed3d9af12dd69af4801e0620158eb609 (diff)
downloadogg-git-bd664137df774923a30f9c4859549745bfa8f708.tar.gz
Fix broken links in the installed docs.
Adds some files that weren't being installed at all. Installs the libogg docs with the same relative path that they have in the source, which is where the top level index link expects them to be. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18932
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9c2c316..e7eec1f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,7 +5,8 @@ SUBDIRS = libogg
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
- stream.png vorbisword2.png white-ogg.png white-xifish.png \
+ fish_xiph_org.png multiplex1.png packets.png pages.png stream.png \
+ vorbisword2.png white-ogg.png white-xifish.png \
rfc3533.txt rfc5334.txt skeleton.html
EXTRA_DIST = $(doc_DATA)