X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/dcb84c9fb8babcd4e0f54a4c533fb6b86ce74e4b..1c1a9bf16b17e504b000c30b4653e34ddc6845d1:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 28804c6..2871ae9 100644 --- a/src/Makefile.am +++ b/src/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 @@ -160,6 +160,12 @@ check-local: sod sod-test.asd (cl-launch:quit 1)))' ###-------------------------------------------------------------------------- +### Manual pages. + +dist_man_MANS += sod.1 +dist_man_MANS += sod-module.5 + +###-------------------------------------------------------------------------- ### Installation. ## We want a symlink $(lispsysdir)/sod.asd -> $(lispsrcdir)/sod/sod.asd. It