summaryrefslogtreecommitdiffstats
path: root/doc/html/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r6481] Purpose:Bill Wendling2003-03-141-4/+13
| | | | | | Update Description: Added install of the new directories to the Makefile.in
* [svn-r3584] Purpose:Bill Wendling2001-03-091-3/+2
| | | | | | Format Description: Changed formatting of comment.
* [svn-r3390] Purpose:hdf5-1_4_1Bill Wendling2001-02-091-1/+1
| | | | | | Adding Intro/ subdirectory Description: The Intro/ subdirectory was added. Reflected in Makefile.in
* [svn-r3373] Purpose:Bill Wendling2001-02-061-4/+4
| | | | | | | | | | | Bug Fix Description: I somehow overlooked dataset_p1.obj which was listed as a file to install. Solution: Removed dataset_p1.obj from the list. Platforms tested: Linux
* [svn-r3359] Purpose:Bill Wendling2001-02-051-36/+29
| | | | | | | | | | | Fix Description: Fixed the install-doc command... Solution: Mostly just fixed in the config/conclude.in file, but updated the doc directories with Makefile.ins and Dependencies so that they'd work. Platforms tested: Linux, Solaris
* [svn-r1878] Makefile.inFrank Baker1999-12-141-1/+1
| | | | Fixed typo.
* [svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree.Frank Baker1999-12-131-15/+27
| | | | | (except Datatypes.html, H5.format.html, ddl.html) This version of HDF5 Ref Manual includes FORTRAN API references.
* [svn-r1802] Changes since 19991019Robb Matzke1999-11-011-24/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./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-r1761] Lib_Maint.html was toplevel INSTALL_Maint.Albert Cheng1999-10-151-0/+54
Folded in changes from v1.2 for install-doc.