summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-07-19 09:14:56 +0000
committerMonty <xiphmont@xiph.org>2002-07-19 09:14:56 +0000
commite195c84227e6c3ede1a964ae9a0a6650baec958c (patch)
treea680b85d77f07dbd548b46ddf5c7033d3193b2df
parent4b57eb1ae1f4852cff10322afd563c86c3dbec9f (diff)
downloadlibvorbis-git-e195c84227e6c3ede1a964ae9a0a6650baec958c.tar.gz
Update Makefile.amv1.0.0
fix two </a> tags svn path=/trunk/vorbis/; revision=3683
-rw-r--r--doc/Makefile.am57
-rw-r--r--doc/vorbis-spec-floor1.html4
2 files changed, 46 insertions, 15 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7cd605ba..deb7be52 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,18 +6,49 @@ SUBDIRS = vorbisfile vorbisenc
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-doc_DATA = eightphase.png \
- fourphase.png \
- programming.html \
- squarepolar.png \
- stereo.html \
- v-comment.html \
- vorbis-clip.txt \
- vorbis-errors.txt \
- vorbis.html \
- vorbisword2.png \
- wait.png \
- white-ogg.png \
- white-xifish.png
+doc_DATA = components.png \
+ draft-moffitt-vorbis-rtp-00.txt \
+ eightphase.png \
+ evenlsp.png \
+ floor1-1.png \
+ floor1-2.png \
+ floor1-3.png \
+ floor1-4.png \
+ floor1_inverse_dB_table.html \
+ floorval.png \
+ fourphase.png \
+ framing.html \
+ helper.html \
+ hufftree-under.png \
+ hufftree.png \
+ index.html \
+ lspmap.png \
+ oddlsp.png \
+ oggstream.html \
+ programming.html \
+ residue-pack.png \
+ residue2.png \
+ squarepolar.png \
+ stereo.html \
+ stream.png \
+ v-comment.html \
+ vorbis-clip.txt \
+ vorbis-errors.txt \
+ vorbis-fidelity.html \
+ vorbis-ogg.html \
+ vorbis-spec-bitpack.html \
+ vorbis-spec-codebook.html \
+ vorbis-spec-floor0.html \
+ vorbis-spec-floor1.html \
+ vorbis-spec-intro.html \
+ vorbis-spec-ref.html \
+ vorbis-spec-res.html \
+ vorbis.html \
+ vorbisword2.png \
+ wait.png \
+ white-ogg.png \
+ white-xifish.png \
+ window1.png \
+ window2.png
EXTRA_DIST = $(doc_DATA)
diff --git a/doc/vorbis-spec-floor1.html b/doc/vorbis-spec-floor1.html
index 22d3fd95..e6bc94e7 100644
--- a/doc/vorbis-spec-floor1.html
+++ b/doc/vorbis-spec-floor1.html
@@ -340,14 +340,14 @@ Then compute the final curve in one pass:<p>
6) [hy] = [floor1_final_Y]' element [i] * [floor1_multiplier]
7) [hx] = [floor1_X_list]' element [i]
- 8) <a href="helper.html#render_line">render_line<a>( [lx], [hx], [ly], [hy], [floor] )
+ 8) <a href="helper.html#render_line">render_line</a>( [lx], [hx], [ly], [hy], [floor] )
9) [lx] = [hx]
10) [ly] = [hy]
}
11) if ( [hx] is less than [n] ) {
- 12) <a href="helper.html#render_line">render_line<a>( [hx], [hy], [n], [hy], [floor] )
+ 12) <a href="helper.html#render_line">render_line</a>( [hx], [hy], [n], [hy], [floor] )
}