
VPATH = /n/www/homepages
BASIC = defs.mac top.mac right-menu.mac navigate-at.mac footing.mac
OUT = /n/www/forskning/statphys/index_eng.html
SRC = index_eng.mac

$(OUT): $(SRC) $(BASIC)
	cat $(SRC) | /n/share/bin/macx > $(OUT)

