diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-02-20 16:39:04 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-02-20 16:39:04 (GMT) |
commit | 52f2c4da502620f5981b0b52b85f033f9930b884 (patch) | |
tree | fa21bb2a15333d44a8cafc9607f81c4c51cacaf6 /tools | |
parent | cb95464ffc7dbf00c52f0c9b733f6bf48f981bc6 (diff) | |
download | hdf5-52f2c4da502620f5981b0b52b85f033f9930b884.zip hdf5-52f2c4da502620f5981b0b52b85f033f9930b884.tar.gz hdf5-52f2c4da502620f5981b0b52b85f033f9930b884.tar.bz2 |
[svn-r11958] Purpose:
Change to release script
Description:
Silenced doxygen's output when bin/release doc is run. Now if doxygen
has an error the release script will exit.
Someone forgot to run reconfigure after a Makefile.am, so testing the
release script seems to have had the side effect of regenerating a
Makefile.in.
Platforms tested:
mir
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gifconv/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gifconv/Makefile.in b/tools/gifconv/Makefile.in index ee2767f..092521c 100644 --- a/tools/gifconv/Makefile.in +++ b/tools/gifconv/Makefile.in @@ -361,8 +361,6 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src h52gif_SOURCES = hdf2gif.c hdfgifwr.c readhdf.c @BUILD_HDF5_HL_CONDITIONAL_FALSE@LDADD = $(LIBH5TOOLS) $(LIBHDF5) -#h52gif_DEPENDENCIES=$(LIBH5_HL) - # Programs all depend on the hdf5 library and the tools library @BUILD_HDF5_HL_CONDITIONAL_TRUE@LDADD = $(LIBH5TOOLS) $(LIBH5_HL) $(LIBHDF5) |