~ubuntu-branches/ubuntu/lucid/texinfo/lucid

« back to all changes in this revision

Viewing changes to makeinfo/tests/html-manuals

  • Committer: Bazaar Package Importer
  • Author(s): Frank Küster
  • Date: 2006-11-22 12:04:54 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061122120454-g1z6y312bcimvxe2
Tags: 4.8.dfsg.1-4
* Apply patch by Josh Bressers <bressers@redhat.com> to fix
  CVE-2006-4810, added as 33_texindex_CVE-2006-4810.dpatch
* Add myself to Uploaders so this doesn't look like an NMU.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
 
2
# $Id: html-manuals,v 1.3 2004/04/11 17:56:47 karl Exp $
2
3
# Test that all the distribution manuals can be converted to HTML.
3
4
 
4
5
: ${srcdir=.}
5
6
 
6
7
for manual in info.texi info-stnd.texi texinfo.txi; do
7
8
  base=`echo $manual | sed 's/\.te*xi$//'`
8
 
  ../makeinfo --html -I$srcdir/../../doc --no-split \
 
9
  ../makeinfo --html -I$srcdir/../../doc -I../../doc --no-split \
9
10
              $srcdir/../../doc/$manual -o $base.html \
10
11
  || exit 1
11
12
  rm -f $base.html