# ============================================================================== # make rule (docs) # ============================================================================== .PHONY : docs docs: @for subdir in $(SUBDIRS); do \ $(MAKE) docs -C $$subdir; \ done $(DOXYGEN) $(TOPDIR)/conf/doxygen.conf