summaryrefslogtreecommitdiffstats
path: root/config/commence-doc.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-07-19 17:58:24 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-07-19 17:58:24 (GMT)
commite9471222f1b0ac282387d146c7e0a5dbd9908177 (patch)
tree7de5b44e6b7c138c821cf2e8cbccaff7a4acd34d /config/commence-doc.am
parent794ba0a251af47b8e3c60afa2fe92d267e2a6b55 (diff)
downloadhdf5-e9471222f1b0ac282387d146c7e0a5dbd9908177.zip
hdf5-e9471222f1b0ac282387d146c7e0a5dbd9908177.tar.gz
hdf5-e9471222f1b0ac282387d146c7e0a5dbd9908177.tar.bz2
[svn-r11085] Purpose:
Bug fix Description: Update Makefiles now that docs are no longer in main hdf5 tree. Solution: Changed root-level Makefile.am not to recurse into docs tree. Removed docs Makefiles from configure.in. Removed config/commence-doc.am, since it is no longer used. Platforms tested: mir (change to Makefiles only)
Diffstat (limited to 'config/commence-doc.am')
-rw-r--r--config/commence-doc.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/commence-doc.am b/config/commence-doc.am
deleted file mode 100644
index f3dea24..0000000
--- a/config/commence-doc.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## config/commence-doc.am
-## This file supplies Makefile.am files in the doc directory (and subdirectories)
-## with the rules they need.
-
-include $(top_srcdir)/config/commence.am
-
-# Ignore most rules
-lib progs check test _test check-p check-s:
- @echo "Nothing to be done"
-
-tests dep depend:
- @@SETX@; for d in X $(SUBDIRS); do \
- if test $$d != X; then \
- (cd $$d && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1; \
- fi;
- done
-
-# In docs directory, install-doc is the same as install
-install-doc install-all:
- $(MAKE) $(AM_MAKEFLAGS) install
-uninstall-doc uninstall-all:
- $(MAKE) $(AM_MAKEFLAGS) uninstall