From: Mark Wooding Date: Tue, 29 Dec 2015 15:49:17 +0000 (+0000) Subject: lib/Makefile.am: Associate man pages with the code where possible. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/2761f5cfe328f31fc11ac91e9b3583b0f96af309 lib/Makefile.am: Associate man pages with the code where possible. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index a1348ae..7cb564a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -42,6 +42,7 @@ nodist_pkginclude_HEADERS= pkginclude_HEADERS += sod.h libsod_la_SOURCES += sod.c +dist_man_MANS += sod.3 ###-------------------------------------------------------------------------- ### Generated builtin module. @@ -55,8 +56,8 @@ sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin ###-------------------------------------------------------------------------- -### Manual pages. +### Other manual pages. -dist_man_MANS += sod.3 sod-structs.3 +dist_man_MANS += sod-structs.3 ###----- That's all, folks --------------------------------------------------