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
commitce1bcd21c74252f39f54a378ad527c470d26d0f8 (patch)
treed012e6bca50fb84579ec9c91c2d0e24aa2ae6250 /doc/Makefile.am
parent4c500951375beba03edd377521c77b9fb798119e (diff)
downloadogg-ce1bcd21c74252f39f54a378ad527c470d26d0f8.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. git-svn-id: http://svn.xiph.org/trunk/ogg@18932 0101bb08-14d6-0310-b084-bc0e0c8e3800
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)