chiark / gitweb /
lib/Makefile.am: Associate man pages with the code where possible.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 29 Dec 2015 15:49:17 +0000 (15:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000 (14:40 +0100)
lib/Makefile.am

index a1348ae5cf004dc424db00f15e20372f576b0de2..7cb564a19013895be713030f404669cc563e7e7d 100644 (file)
@@ -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 --------------------------------------------------