Skip to content

Commit

Permalink
fix configuring from dist problem
Browse files Browse the repository at this point in the history
The original attempt to disable building hdf5-hio plugin
docs messed up configures from the release tarballs.

This fixes that problem, while also not always generating
hdf5-hio plugin documentation when just building the plugin.

Fixes #39

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
  • Loading branch information
hppritcha committed May 15, 2018
1 parent d587293 commit 734c5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hdf5-hio/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ACLOCAL_AMFLAGS=-I m4

SUBDIRS = src test
SUBDIRS = src test doc

EXTRA_DIST =
DISTCLEANFILES =
Expand Down
2 changes: 1 addition & 1 deletion hdf5-hio/doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if HAVE_PDFLATEX
EXTRA_DIST += libhdf5hio_api.pdf
endif

all: libhdf5hio_api.pdf
docs: libhdf5hio_api.pdf

libhdf5hio_api.pdf:latex/refman.pdf
cp latex/refman.pdf libhdf5hio_api.pdf
Expand Down

0 comments on commit 734c5d9

Please sign in to comment.