From bd664137df774923a30f9c4859549745bfa8f708 Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Mon, 6 May 2013 17:40:26 +0000 Subject: 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 --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile.am') 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) -- cgit v1.2.1