X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/664b395170172c9541bb1ea1b87780a8d200fc19..47de28aec9d1e817e6fa3fbf074372756b889a24:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index fa28adc..50473a9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -53,4 +53,9 @@ BUILT_SOURCES += $(nodist_libsod_la_SOURCES) \ sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin +###-------------------------------------------------------------------------- +### Manual pages. + +dist_man_MANS += sod.3 sod-structs.3 + ###----- That's all, folks --------------------------------------------------