all:	index.html alphabet.txt modes

alphabet.txt:
	az > ${.CURDIR}/$@
	@# Warning duplicate this az command is elsewhere too

clean:
	@echo Avoiding cleaning ./ and all SUBDIR except src/,
	@echo because make clean is called by ~/bin/backup.tape,
	@echo and ~/public_html is copied by rdist to freefall.

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:
	@# cern-httpd looks in WEB_ROOT for Welcome.html then index.html

.include <berklix.mk>
