aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fcf0a89..c5a0b6d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -99,7 +99,7 @@ check-refs:
fi
check-fixmes:
- @for file in $(info_TEXINFOS); \
+ @for file in $(info_TEXINFOS) $(mailfromd_TEXINFOS); \
do \
sed -e = $$file | \
sed -n 'N;/@FIXME{/{s/\(^[0-9][0-9]*\).*@FIXME{\([^}]*\).*/'$$file':\1: \2/gp}'; \

Return to:

Send suggestions and report system problems to the System administrator.