vars.am, lib/: Add some manual pages for the library.
[sod] / lib / Makefile.am
index fa28adc..50473a9 100644 (file)
@@ -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 --------------------------------------------------