#
# Generated by the configure script for:
# the Transport Sampling Protocol version 0.6.5

doxygen_input = tsp
static_pages = footer/footer.html header/header.html

htmldir = $(DEVBASE)/doc/html
rtfdir = $(DEVBASE)/doc/rtf
pdfdir = $(DEVBASE)/doc/pdf

all::
	@echo "------TSP--Documentation Generation BEGIN----------"; \
	mkdir -p $(htmldir); \
	mkdir -p $(rtfdir); \
	mkdir -p $(pdfdir); \
	doxygen tsp; \
	cp tsp.css $(htmldir); \
	cp -r header $(htmldir); \
	cp -r footer $(htmldir); \
	cp -r images $(htmldir); \
	echo "-------TSP--Documentation Generation END------------";

clean:
	$(RM) -rf $(htmldir)
	$(RM) -rf $(rtfdir)
	$(RM) -rf $(pdfdir)

