From c94c6da23ec9c62c3145ed80f5b83646c59302a4 Mon Sep 17 00:00:00 2001 From: Mazet Laurent Date: Tue, 20 May 2025 15:38:49 +0200 Subject: [PATCH] update documentation rule --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 042644c..84a07fc 100644 --- a/makefile +++ b/makefile @@ -99,7 +99,7 @@ clean: depends: $(patsubst %.c, %.d, $(wildcard *.c)) $(patsubst %, %.ld, $(ALLEXE)) -documentation: doxygen.conf morep.c morep.h parse.h $(wildcard pdu_*.h) +documentation: doxygen.conf $(shell awk '{sub(/#.*/,"")} /^FILE_PATTERNS/,!/\\$$/ {sub(/\\$$/,"");sub(/.*=/,"");print}' doxygen.conf) doxygen $<; true sed -i s/__BEGIN_DECLS//g documentation/html/*.html sed -i s/\\_\\-\\_BEGIN\\_\\-DECLS//g documentation/latex/*.tex -- 2.30.2