# ~jhs/public_html/txt/Makefile

SUBDIR += aachen
SUBDIR += airbag
SUBDIR += applix
SUBDIR += batteries
SUBDIR += bt_radio_station
SUBDIR += clipman
SUBDIR += conrad_cyclocomputer_king_nova
SUBDIR += dvd
SUBDIR += ip
SUBDIR += kartons
SUBDIR += laser_distance
SUBDIR += lethal_dvd_player
SUBDIR += libraries
SUBDIR += maps
SUBDIR += odys_de_mp3-player-mp-x30
SUBDIR += patents
SUBDIR += recipes/pancakes
SUBDIR += restaurants
SUBDIR += search
SUBDIR += sigmatel
SUBDIR += usb
SUBDIR += watch
SUBDIR += weather

all:	html alphabet.txt modes

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

# clean:
# 	@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>
