Update Makefile.am
authorMonty <xiphmont@xiph.org>
Fri, 19 Jul 2002 09:14:56 +0000 (09:14 +0000)
committerMonty <xiphmont@xiph.org>
Fri, 19 Jul 2002 09:14:56 +0000 (09:14 +0000)
fix two </a> tags

svn path=/trunk/vorbis/; revision=3683

doc/Makefile.am
doc/vorbis-spec-floor1.html

index 7cd605b..deb7be5 100644 (file)
@@ -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)
index 22d3fd9..e6bc94e 100644 (file)
@@ -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] )
 
           }