From cab91cb28da957efad8372b8993170f181984512 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 19 Apr 2010 10:11:13 +0200 Subject: [PATCH] Complete check-man changes from 5fa16422 Commit 5fa16422 removed the checks at sed time, but only for %.7. We need to do it for %.8 too. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7bb4d2d7d..9d93c5937 100644 --- a/Makefile.am +++ b/Makefile.am @@ -426,7 +426,6 @@ man/%.7: man/%.7.in $(REPLACE_VARS_SED) man/%.8: man/%.8.in $(REPLACE_VARS_SED) sed -f $(REPLACE_VARS_SED) < $< > $@ - $(CHECK_MAN) $@ man/%.html: man/%.html.in $(REPLACE_VARS_SED) sed -f $(REPLACE_VARS_SED) < $< > $@ -- GitLab