# ~jhs/public_html/txt/Makefile
all:	html alphabet.txt modes

alphabet.txt:
	az > ${.CURDIR}/$@

cleanmore:
#	@echo Avoiding cleaning ./ and all SUBDIR except src/,
# 	@echo (make clean is called by ~/bin/backup.tape,)
#	@make clean removes things.html if thngs.lmth exist
# 	@echo ~/public_html is copied by rdist to web server.

modes:
	cd ${.CURDIR} ; find . -type f -print | xargs chmod a+r
	cd ${.CURDIR} ; find . -type d -print | xargs chmod a+x
	@# dont use chmod 644 above cos itll knock the x of bin files

install-echo:
	@# cern-httpd looks in WEB_ROOT for Welcome.html then index.html

.include <berklix.mk>
