diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-07-19 17:58:24 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-07-19 17:58:24 (GMT) |
commit | e9471222f1b0ac282387d146c7e0a5dbd9908177 (patch) | |
tree | 7de5b44e6b7c138c821cf2e8cbccaff7a4acd34d /config | |
parent | 794ba0a251af47b8e3c60afa2fe92d267e2a6b55 (diff) | |
download | hdf5-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')
-rw-r--r-- | config/commence-doc.am | 22 |
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 |