summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4999] Purpose:Bill Wendling2002-02-211-1/+3
| | | | | | | | | | | | | | | Bug Fix Description: ``make uninstall-doc'' wasn't working properly. Some files would be left behind in the installed source tree. The fix I put in was too heavy-handed as it wiped out the entire doc tree that was installed and would remove any other files which were installed there. Solution: Executed the ``make uninstall-examples'' command if uninstalling the docs. Fixed how the java Tutorial examples were being removed (they weren't). Essentially used the PUB_SUBDOCS macro to help remove them. Platforms tested: Linux
* [svn-r4994] Bill Wendling2002-02-191-12/+11
| | | | | | | | | | | | | | | | Purpose: Bug Fix Description: The doc tree wasn't being cleaned up all the way. Directories would be left in there and some examples/Tutorial files weren't cleaned up correctly. Solution: Have it remove the whole directory tree of the HDF5 documents $(RM) -r $(DOCDIR)/hdf5 Platforms tested: Linux
* [svn-r3583] Purpose:Bill Wendling2001-03-091-5/+3
| | | | | | | | | | | | Bug Fix Description: We only really need to go into the doc/ directory when doing a ``make install-doc''. Solution: Stop it from going further than here if doing some other type of make and just print a message saying "Nothing to do here" Platforms tested: Linux
* [svn-r3357] Purpose:Bill Wendling2001-02-051-2/+2
| | | | | | Formatting Platforms tested: Solaris
* [svn-r3355] Purpose:Bill Wendling2001-02-051-8/+10
| | | | | | | | | | | Fix Description: Fixed the install-doc feature. Solution: It manually tests if the appropriate doc directory is there. If not, then it mkdir's it and proceeds to the subdirectory installs. Platforms tested: Linux, Solaris
* [svn-r1802] Changes since 19991019Robb Matzke1999-11-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./MANIFEST ./configure.in ./configure [REGENERATED] Added more checking for `make' features. ./Makefile.in ./doc/Makefile.in ./doc/html/Makefile.in ./doc/html/Tutor/Makefile.in ./examples/Makefile.in ./pablo/Makefile.in ./src/Makefile.in ./test/Makefile.in ./testpar/Makefile.in ./tools/Makefile.in ./config/commence.in ./config/conclude.in ./config/depend.in [REMOVED] ./config/depend1.in [NEW] ./config/depend2.in [NEW] ./config/depend3.in [NEW] ./config/depend4.in [NEW] ./config/dependN.in [NEW] The directory search stuff was moved into commence.in, thereby shortening the Makefile.in prologues. ./doc/html/Dependencies [NEW] ./doc/html/Tutor/Dependencies [NEW] ./examples/Dependencies [NEW] ./src/Dependencies [NEW] ./test/Dependencies [NEW] ./testpar/Dependencies [NEW] ./tools/Dependencies [NEW] The `.distdep' files were all renamed to `Dependencies' to make them more obvious. They are required (but may be empty) in every directory that has a Makefile.in that ends with @CONCLUDE@ (you'll get an obvious error from make if you forgot to create one). ./bin/trace ./src/H5.c Added H5E_major_t and H5E_minor_t although tracing only prints the integer value. ./src/H5E.c ./src/H5Epublic.h Added tracing information. ./src/H5FDcore.c ./src/H5FDfamily.c ./src/H5FDgass.c ./src/H5FDmpio.c ./src/H5FDsec2.c ./src/H5FDstdio.c Fixed places where FUNC_LEAVE() evaluated it's argument more than once. Added tracing information. Wrapped long lines. ./config/gnu-flags Fixed a syntax error when we don't have a gnu compiler.
* [svn-r1766] Modified to support install-doc.Albert Cheng1999-10-151-0/+64