[xiph-cvs] cvs commit: vorbis/doc Makefile.am vorbis-spec-floor1.html
Monty
xiphmont at xiph.org
Fri Jul 19 02:14:58 PDT 2002
xiphmont 02/07/19 02:14:58
Modified: doc Makefile.am vorbis-spec-floor1.html
Log:
Update Makefile.am
fix two </a> tags
Revision Changes Path
1.8 +44 -13 vorbis/doc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am 2002/02/15 17:41:54 1.7
+++ Makefile.am 2002/07/19 09:14:56 1.8
@@ -6,18 +6,49 @@
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)
<p><p>1.5 +2 -2 vorbis/doc/vorbis-spec-floor1.html
Index: vorbis-spec-floor1.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbis-spec-floor1.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vorbis-spec-floor1.html 2002/07/19 08:48:31 1.4
+++ vorbis-spec-floor1.html 2002/07/19 09:14:56 1.5
@@ -340,14 +340,14 @@
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) render_line( [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) render_line( [hx], [hy], [n], [hy], [floor] )
}
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list