Newer
Older
snipet / kyscript / trunk / mk / docs.rule
Nomura Kei on 26 Aug 2022 312 bytes old svn data to git
# ==============================================================================
#  make rule (docs)
# ==============================================================================
.PHONY : docs
docs:
	@for subdir in $(SUBDIRS); do	\
		$(MAKE) docs -C $$subdir;	\
	done
	$(DOXYGEN) $(TOPDIR)/conf/doxygen.conf