output = index.html supervision/index.html source = $(output:.html=-b.html) all: $(output) $(source): uconfig.txt $(output): $(source) /anfs/www/tools/bin/ucampas $(output) install: all cp $(output) --parents -t ../public_html/ clean: rm $(output)