There seem to be some bugs in how I build the cooked scripts. I'm not

sure I've gotten them out completely.
This commit is contained in:
ccurley 2003-02-12 15:56:37 +00:00
parent 4521b041f8
commit e07b521399
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# a makefile for generating the Bare Metal Recovery HOW-TO
# Time-stamp: <2002-08-23 18:05:21 ccurley Makefile>
# Time-stamp: <2003-01-09 15:46:18 ccurley Makefile>
# All the scripts we incorporate into the HOWTO. We filter out CVS,
# which is the CVS directory, and files with ~ in them, as these are
# the RCS repository files.
SCRIPTS = `ls scripts/* | sed "s/scripts\///g" | grep -v CVS | grep -v \~`
SCRIPTS = `ls -d scripts/* | sed "s/scripts\///g" | grep -v CVS | grep -v \~`
# Options for jade. If I read the rather terse command line help
# correctly, this is to allow it up to 65535 errors. You should not