From 2761f5cfe328f31fc11ac91e9b3583b0f96af309 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 29 Dec 2015 15:49:17 +0000 Subject: [PATCH] lib/Makefile.am: Associate man pages with the code where possible. --- lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -------------------------------------------------- -- 2.11.0