[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
This commit is contained in:
James Laird 2006-02-20 11:39:04 -05:00
parent cb95464ffc
commit 52f2c4da50
2 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -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)