diff --git a/Makefile b/Makefile index f153f767f..ecd0528cc 100644 --- a/Makefile +++ b/Makefile @@ -988,4 +988,5 @@ Clean: stackclean cabalclean cleanghc cleantags clean-manpages \ -include local.mk -#$(call def-help-heading,------------------) +$(call def-help-heading,) +$(call def-help-heading,See also ./Shake help (after make Shake)) diff --git a/Shake.hs b/Shake.hs index a391d5f05..e002c7adc 100755 --- a/Shake.hs +++ b/Shake.hs @@ -76,6 +76,8 @@ usage = unlines ,"./Shake Clean also clean rendered site, object files, Shake's cache" ,"./Shake [help] show these commands" ,"./Shake --help show Shake options (--color, --rebuild, ...)" + ,"" + ,"See also: make help" ] groff = "groff"