From: Sebastian Pipping Date: Sat, 21 Oct 2017 17:49:41 +0000 (+0200) Subject: doc/Makefile.am: Fix mis-use of variable X-Git-Tag: R_2_2_5~11^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa1d0e7cd5f70dda60eb3c2fa120e0115bfaa78;p=libexpat doc/Makefile.am: Fix mis-use of variable We want to delete all generated man pages, not all distributed ones. --- diff --git a/expat/doc/Makefile.am b/expat/doc/Makefile.am index 6bbcb9a6..adb0fffc 100644 --- a/expat/doc/Makefile.am +++ b/expat/doc/Makefile.am @@ -45,7 +45,7 @@ clean-local: clean-local-check .PHONY: clean-local-check clean-local-check: - $(RM) ${dist_man_MANS} + $(RM) xmlwf.1 EXTRA_DIST = \ expat.png \