summaryrefslogtreecommitdiff
path: root/docs/GNUmakefile
blob: eb3ca240f42950b7c07c5272efec0cd235f88443 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOPDIR = ..

SUBDIRS =

-include $(TOPDIR)/makefiles/gmake/sub.mk

doc:
	cd $(TOPDIR); doxygen docs/doxygen.conf

local_clean:
	-@rm -rf doxygen 2>/dev/null