summaryrefslogtreecommitdiff
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
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
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/libogg/Makefile.am14
2 files changed, 9 insertions, 8 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)
diff --git a/doc/libogg/Makefile.am b/doc/libogg/Makefile.am
index 9eb7d34..9139391 100644
--- a/doc/libogg/Makefile.am
+++ b/doc/libogg/Makefile.am
@@ -1,26 +1,26 @@
## Process this file with automake to produce Makefile.in
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/libogg
doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
- general.html index.html ogg_packet.html ogg_packet_clear.html\
+ general.html index.html ogg_iovec_t.html ogg_packet.html ogg_packet_clear.html\
ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\
ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html\
ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html\
- ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html\
- ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
- ogg_stream_packetin.html ogg_stream_packetout.html\
+ ogg_page_version.html ogg_stream_check.html ogg_stream_clear.html ogg_stream_destroy.html\
+ ogg_stream_eos.html ogg_stream_flush.html ogg_stream_flush_fill.html ogg_stream_init.html\
+ ogg_stream_iovecin.html ogg_stream_packetin.html ogg_stream_packetout.html\
ogg_stream_packetpeek.html ogg_stream_pagein.html\
ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html\
ogg_stream_reset_serialno.html ogg_stream_state.html\
- ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html\
+ ogg_sync_buffer.html ogg_sync_check.html ogg_sync_clear.html ogg_sync_destroy.html\
ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
oggpack_adv.html oggpack_adv1.html oggpack_bits.html\
oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
oggpack_look.html oggpack_look1.html oggpack_read.html\
oggpack_read1.html oggpack_readinit.html oggpack_reset.html\
- oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
+ oggpack_write.html oggpack_writealign.html oggpack_writecheck.html oggpack_writeclear.html\
oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
overview.html reference.html style.css