]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - GNUmakefile
GNUmakefile: help: wfix
[thirdparty/man-pages.git] / GNUmakefile
index 8358047540da484c47ce10fb7426cbf4702b2cc5..9e869c03818cc87eb53dccbab7d070be0a514614 100644 (file)
@@ -39,14 +39,14 @@ nothing:;
 
 .PHONY: help
 help:
-       $(info  $(INFO_)To see a list of .PHONY targets, run:)
+       $(info  $(INFO_)To see a list of targets, run:)
        $(info  $(INFO_)        $$ make nothing -p \)
        $(info  $(INFO_)        | grep '^\.PHONY:' \)
        $(info  $(INFO_)        | tr ' ' '\n' \)
        $(info  $(INFO_)        | grep -v '^\.PHONY:' \)
        $(info  $(INFO_)        | sort;)
        $(info  )
-       $(info  $(INFO_)To see a list of available variables, run:)
+       $(info  $(INFO_)To see a list of variables, run:)
        $(info  $(INFO_)        $$ find GNUmakefile share/mk/configure -type f \)
        $(info  $(INFO_)        | sort \)
        $(info  $(INFO_)        | xargs grep '^[^[:space:]].*=' \)