
# include configuration variables
SRC_ROOT= ../src/
include $(SRC_ROOT)Makefile.incl

all:
	echo html files, nothing to build.

install:
	cp post_to_spectrast.html ${HTML_DIR}
