#
# Generated by the configure script for:
# the Transport Sampling Protocol version 0.6.2
DEST=$(DEVBASE)/doc/html 

all::
		echo "------TSP--Documentation Generation BEGIN----------\n"; \
		doxygen tsp; \
		cp doxygen.css $(DEST); \
		cp header/*.* $(DEST); \
		cp footer/*.* $(DEST); \
		echo "-------TSP--Documentation Generation END------------\n";


clean:

