# ~jhs/public_html/bin/Makefile by Julian Stacey
SUBDIR += .other .sh
all: index.html
BLA!= find . -type f \
\( ! -name ./index.html \
-and \
! -name ./index.html.tmp \
-and \
! -name ./index.lmth \
\) \
-print
index.lmth: ${BLA}
echo "
" > $@
echo "Julian Stacey's ~/bin/" >> $@
echo "Julian Stacey's" >> $@
echo "
Index of ~jhs/bin/
" >> $@
echo "Generated `date` by " >> $@
echo "Makefile
" >> $@
echo "
' >> $@
echo '
' >> $@
echo '' >> $@
chmod 644 $@
.include
# bsd.subdir.mk before berklix.mk, else no recursion into SUBDIR
.include