diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-29 19:45:56 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-04-29 19:45:56 +0200 |
| commit | 760dbc4f819bdf928d6d9ca287b5a871fed9241f (patch) | |
| tree | 667644f589fe18c249c76d17af8aa16f1b50bed0 /src/Makefile.am | |
| parent | a66d153e0b1b89a87080c60ad005727e77f15968 (diff) | |
Change to how aplwc.1 is built
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b9463d4..34d0ffd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = aplwc -dist_man_MANS = aplwc.1 +man_MANS = aplwc.1 aplwc_SOURCES = \ main.c \ @@ -13,6 +13,7 @@ aplwc_CPPFLAGS = $(READLINE_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir) aplwc_LDADD = $(LTLIBINTL) ../lib/libaplwc.la ../gnu/libgnu.la $(READLINE_LIBS) CLEANFILES = aplwc.1 +BUILT_SOURCES = aplwc.1 -aplwc.1: aplwc +aplwc.1: aplwc$(EXEEXT) $(AM_V_GEN)help2man --output=$@ $(top_builddir)/src/aplwc$(EXEEXT) |