#Variables
include $(SCT_DAQ_ROOT)/build/Makefile.include
#Commands
include $(SCT_DAQ_ROOT)/build/Makefile.commands

#Phony Targets
.PHONY: all c++ java install clean distclean

HTMLFILES := $(shell find -name "*.html")

all: $(addprefix $(DocDir)/,$(HTMLFILES))

distclean: clean
clean:
install:
java:
c++:

$(DocDir)/%: %
	$(CPCMD)