From: Mazet Laurent Date: Tue, 20 May 2025 13:38:49 +0000 (+0200) Subject: update documentation rule X-Git-Tag: v1.0~16 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=c94c6da23ec9c62c3145ed80f5b83646c59302a4;p=morep.git update documentation rule --- 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