diff options
Diffstat (limited to 'config/commence.am')
-rw-r--r-- | config/commence.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/commence.am b/config/commence.am index 54ea740..ed284c8 100644 --- a/config/commence.am +++ b/config/commence.am @@ -96,5 +96,8 @@ CHECK_CLEANFILES=*.chkexe *.chklog *.clog # exists. .PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \ build-tests check-clean check-install check-p check-s check-vfd \ - install-doc lib progs tests uninstall-doc _exec_check-s _test + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp |