X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b5d086c2894c492e17391b17f2600de83206a7b6..67d1c5d2aeeac93be33f9e49671741944ecf1968:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 0e4c4fc..50473a9 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 --------------------------------------------------