Skip to content

Commit

Permalink
rm h5fromitxt, don't install h5cyl2cart since it isn't documented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 18, 2017
1 parent 647a291 commit 2b58b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 294 deletions.
5 changes: 2 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ colormaps/viridis colormaps/inferno colormaps/RdBu colormaps/BrBG
EXTRA_MANS = doc/man/h5topng.1.in doc/man/h5tov5d.1 doc/man/h5fromh4.1 doc/man/h5math.1
EXTRA_DIST = h5read.cc copyright.h $(COLORMAPS) $(EXTRA_MANS)

noinst_PROGRAMS = h5fromitxt # quick hack, not really supported
bin_PROGRAMS = h5totxt h5fromtxt h5tovtk h5cyl2cart @MORE_H5UTILS@
noinst_PROGRAMS = h5cyl2cart # not documented/supported yet
bin_PROGRAMS = h5totxt h5fromtxt h5tovtk @MORE_H5UTILS@
EXTRA_PROGRAMS = h5topng h5tov5d h5fromh4 h4fromh5 h5math

dist_man_MANS = doc/man/h5totxt.1 doc/man/h5fromtxt.1 doc/man/h5tovtk.1 @MORE_H5UTILS_MANS@
Expand All @@ -20,7 +20,6 @@ COMMON_SRC = arrayh5.c arrayh5.h h5utils.c h5utils.h

h5totxt_SOURCES = h5totxt.c $(COMMON_SRC)
h5fromtxt_SOURCES = h5fromtxt.c $(COMMON_SRC)
h5fromitxt_SOURCES = h5fromitxt.c $(COMMON_SRC)
h5tovtk_SOURCES = h5tovtk.c $(COMMON_SRC)

h5topng_SOURCES = h5topng.c writepng.c writepng.h $(COMMON_SRC)
Expand Down
291 changes: 0 additions & 291 deletions h5fromitxt.c

This file was deleted.

0 comments on commit 2b58b0d

Please sign in to comment.