vars.am, lib/: Add some manual pages for the library.
[sod] / lib / Makefile.am
index 0e4c4fc..50473a9 100644 (file)
@@ -50,7 +50,12 @@ nodist_pkginclude_HEADERS+= sod-base.h
 BUILT_SOURCES          += $(nodist_libsod_la_SOURCES) \
                                $(nodist_pkginclude_HEADERS)
 
-sod-base.c: $(SOD); $(SOD) -tc --builtin
-sod-base.h: $(SOD); $(SOD) -th --builtin
+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 --------------------------------------------------