[xiph-commits] r18932 - in trunk/ogg/doc: . libogg

tterribe at svn.xiph.org tterribe at svn.xiph.org
Mon May 6 10:40:26 PDT 2013


Author: tterribe
Date: 2013-05-06 10:40:26 -0700 (Mon, 06 May 2013)
New Revision: 18932

Modified:
   trunk/ogg/doc/Makefile.am
   trunk/ogg/doc/libogg/Makefile.am
Log:
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.


Modified: trunk/ogg/doc/Makefile.am
===================================================================
--- trunk/ogg/doc/Makefile.am	2013-04-30 19:55:33 UTC (rev 18931)
+++ trunk/ogg/doc/Makefile.am	2013-05-06 17:40:26 UTC (rev 18932)
@@ -5,7 +5,8 @@
 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)

Modified: trunk/ogg/doc/libogg/Makefile.am
===================================================================
--- trunk/ogg/doc/libogg/Makefile.am	2013-04-30 19:55:33 UTC (rev 18931)
+++ trunk/ogg/doc/libogg/Makefile.am	2013-05-06 17:40:26 UTC (rev 18932)
@@ -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
 



More information about the commits mailing list