aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen/Makefile
blob: c58a5d31a69a6f772eee6bcb499ad0ba64e30338 (plain) (blame)
1
2
3
4
5
6
7
8
DOXYGEN_RUN_PATH    ?= $(shell pwd)
DOXYGEN_CONFIG_PATH ?= $(shell pwd)

document:
    cd $(DOXYGEN_RUN_PATH) && \
    PATH='$(DOXYGEN_CONFIG_PATH):$(PATH)' \
    config_path=$(DOXYGEN_CONFIG_PATH) \
    doxygen $(DOXYGEN_CONFIG_PATH)/config