Add Backwards.pm, some examples, and make sure examples directory is created. Thanks to Justin Hitt <hittjw@navyair.navy.mil> for the patch.

This commit is contained in:
slamm%netscape.com 1999-09-22 18:51:13 +00:00
parent f8b25c9abd
commit 21d3483003

View File

@ -29,7 +29,9 @@
#PREFIX = /home/httpd/html/tinderbox
#UUDECODE = /usr/bin/uudecode
FILES = addimage.cgi \
FILES = \
Backwards.pm
addimage.cgi \
addnote.cgi \
admintree.cgi \
buildwho.pl \
@ -50,6 +52,8 @@ tbglobals.pl \
Empty.html \
faq.html \
index.html \
examples/build-moz-smoke.pl \
examples/buildit.config \
examples/mozilla-unix.pl \
examples/mozilla-windows.pl
@ -60,6 +64,7 @@ star.gif
install:
mkdir -p $(PREFIX) && \
mkdir -p $(PREFIX)/examples &&
for I in $(FILES); do \
echo Installing $$I && \
sed -e s#/usr/bonsaitools/bin/perl#$(PERL)#g \