summaryrefslogtreecommitdiffstats
path: root/hl/tools/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/tools/Makefile.in')
-rw-r--r--hl/tools/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in
index 78a6321..948cf0a 100644
--- a/hl/tools/Makefile.in
+++ b/hl/tools/Makefile.in
@@ -650,7 +650,10 @@ uninstall-info: uninstall-info-recursive
# 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
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.