X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/58a9509014d2d133b91e96c7956957f82bc000a4..cc6360e2411edfe1644f7a8c92f91628de989dd4:/configure.ac diff --git a/configure.ac b/configure.ac index c1fed50..75bed26 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl dnl----- Licensing notice --------------------------------------------------- dnl -dnl This file is part of the Sensble Object Design, an object system for C. +dnl This file is part of the Sensible Object Design, an object system for C. dnl dnl SOD is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -105,7 +105,12 @@ AC_SUBST([lispsysdir], [$with_lisp_system_dir]) dnl-------------------------------------------------------------------------- dnl Output. -AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile test/Makefile]) +AC_CONFIG_FILES( + [Makefile] + [src/Makefile] + [lib/Makefile] + [doc/Makefile] + [test/Makefile]) AC_OUTPUT dnl----- That's all, folks --------------------------------------------------