# ~jhs/public_html/txt/Makefile
SUBDIR += clipman
SUBDIR += univadis
SUBDIR += dvd
SUBDIR += libraries
SUBDIR += maps
SUBDIR += patents
SUBDIR += restaurants
SUBDIR += search
SUBDIR += usb
SUBDIR += watch
SUBDIR += weather
all: index.html alphabet.txt modes
alphabet.txt:
az > $@
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
.include