diff options
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r-- | c++/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index 19d4d68..e2e3e95 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -648,7 +648,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 # Install examples install-examples uninstall-examples: |