summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-02-23 19:14:11 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-02-23 19:14:11 (GMT)
commit0d86163705a6922aa6985bad7d61eab3e17f95d5 (patch)
tree2816755fd5ed1dee83400e251288e782543ac459 /examples/Makefile.in
parent182c05cb95472cae9411169d295a4bcad6f5edd7 (diff)
downloadhdf5-0d86163705a6922aa6985bad7d61eab3e17f95d5.zip
hdf5-0d86163705a6922aa6985bad7d61eab3e17f95d5.tar.gz
hdf5-0d86163705a6922aa6985bad7d61eab3e17f95d5.tar.bz2
[svn-r13379] Added 'make help' target. This actually runs a script, bin/makehelp (formatting
the output in the makefile was pretty hard). Tested that make still works on kagiso; no code changes at all.
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r--examples/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index f58d4e6..f375ecb 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -532,7 +532,10 @@ uninstall-am: uninstall-info-am uninstall-local
# 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
# How to build examples, using installed version of h5cc
@BUILD_PARALLEL_CONDITIONAL_TRUE@$(EXTRA_PROG): $(H5CC_PP)