Skip to content

Commit a5bdca6

Browse files
committed
make distcheck fixes
prte_version.h needs to be added to dist tarball. fix a problem with document generation. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 572d99a commit a5bdca6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

include/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
include_HEADERS = \
13-
prte.h
13+
prte.h \
14+
prte_version.h
1415

15-
nodist_include_HEADERS = \
16-
prte_version.h
16+
nodist_include_HEADERS :=

src/docs/prrte-rst-content/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dist_rst_DATA = \
4444
cli-prefix.rst \
4545
cli-prepend-env.rst \
4646
cli-prtemca.rst \
47+
cli-no-app-prefix.rst \
4748
cli-rank-by.rst \
4849
cli-runtime-options.rst \
4950
cli-stream-buffering.rst \

0 commit comments

Comments
 (0)