summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 17:14:29 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 17:35:55 -0700
commite4a47e664e41eaf207cf322e80a17789ad908e53 (patch)
tree4142b18917b578481f4bf99a295468f6b599b38a
parentddf5f7251578be68f61b4d4b7e127feb213ade4c (diff)
Makefile.am: Mark man page to be included in 'make dist'
Fixes 'make distcheck' failure: make[2]: *** No rule to make target 'xtsttopng.1', needed by 'all-am'. Stop. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c1b7d25..adbbcaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
bin_PROGRAMS = xtsttopng
-man_MANS = xtsttopng.1
+dist_man_MANS = xtsttopng.1
AM_CFLAGS = $(XTSTTOPNG_CFLAGS) $(CWARNFLAGS)
xtsttopng_LDADD = $(XTSTTOPNG_LIBS)