X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/3dca7758421664a838c54b273bd9221f02072045..3b2ec4790da6b3f64189a58896957ac63169dd5e:/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 --------------------------------------------------