summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
blob: 5419d76f60649784c12315f2aa95d2e1521e6a6a (plain)
1
2
3
4
5
6
7
8
all:	doxygen

doxygen:
	if test -n "$(DOXYGEN)"; then					\
		$(DOXYGEN) $(SUBDIR)Doxyfile;				\
	else								\
		echo "Doxygen not found, can not build documentation";	\
	fi