X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/173090e6bbd3f78dc815ed6c0c13d34ab3a230ab..ad303446f43c0029e989a8a3d17c4936965d2c43:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index fa28adc..3521d28 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -7,7 +7,7 @@ ###----- Licensing notice --------------------------------------------------- ### -### This file is part of the Sensble Object Design, an object system for C. +### This file is part of the Sensible Object Design, an object system for C. ### ### SOD is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as published by @@ -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 --------------------------------------------------