summaryrefslogtreecommitdiff
path: root/makeinfo/tests/html-manuals
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-09-26 23:06:02 +0000
committer <>2015-02-03 11:56:22 +0000
commite0b511b834f3529395df67126a7314097c2cf97e (patch)
tree89945ae53183ab2acdc61659c8b0b3e57e4a1f3a /makeinfo/tests/html-manuals
parent2d8ae7b161658c4a589172db0072fc99f76fa979 (diff)
downloadtexinfo-tarball-texinfo-5.2.tar.gz
Imported from /home/lorry/working-area/delta_texinfo-tarball/texinfo-5.2.tar.xz.HEADtexinfo-5.2master
Diffstat (limited to 'makeinfo/tests/html-manuals')
-rwxr-xr-xmakeinfo/tests/html-manuals13
1 files changed, 0 insertions, 13 deletions
diff --git a/makeinfo/tests/html-manuals b/makeinfo/tests/html-manuals
deleted file mode 100755
index 2ba24f3..0000000
--- a/makeinfo/tests/html-manuals
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# $Id: html-manuals,v 1.3 2004/04/11 17:56:47 karl Exp $
-# Test that all the distribution manuals can be converted to HTML.
-
-: ${srcdir=.}
-
-for manual in info.texi info-stnd.texi texinfo.txi; do
- base=`echo $manual | sed 's/\.te*xi$//'`
- ../makeinfo --html -I$srcdir/../../doc -I../../doc --no-split \
- $srcdir/../../doc/$manual -o $base.html \
- || exit 1
- rm -f $base.html
-done