don't snag the sed tests, which happen to have names that look like man pages

This commit is contained in:
gdr 1997-11-24 06:46:18 +00:00
parent c2951e680e
commit 753315d345

View File

@ -2,7 +2,7 @@
#
# Devin Reade, November 1997.
#
# $Id: mkhtmlman,v 1.2 1997/11/24 05:46:29 gdr Exp $
# $Id: mkhtmlman,v 1.3 1997/11/24 06:46:18 gdr Exp $
man2html=/usr/local/bin/man2html
TMPDIR=${TMPDIR:-/tmp}
@ -43,7 +43,8 @@ for section in 1 2 3 4 5 6 7 8; do
[ -d $dest ] || mkdir -p $dest
for F in 00.DUMMY `find $MANDIRS -type f -name '*.'$section -print \
| grep -v libcurses/PSD.doc`; do
| grep -v libcurses/PSD.doc \
| grep -v sed/tests` ; do
[ "$F" = 00.DUMMY ] && continue;
f=`basename $F`
echo "$f" >> $listfile