X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3dca7758421664a838c54b273bd9221f02072045..a75cd932464ce21ab46e9eaec83e4b1359649bc6:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d1a016d..84f652c 100644 --- a/Makefile.am +++ b/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 @@ -47,16 +47,35 @@ SUBDIRS += src ## The runtime support library. SUBDIRS += lib +## The manual. +SUBDIRS += doc + ## The tests and examples. SUBDIRS += test ###-------------------------------------------------------------------------- +### Additional random things useful during development. + +## ASDF hacking for finding the system definitions. +EXTRA_DIST += asdf-hack.lisp.in +noinst_DATA += asdf-hack.lisp +asdf-hack.lisp: asdf-hack.lisp.in Makefile + $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \ + mv $@.new $@ + +## Emacs hacking for indentation. +EXTRA_DIST += emacs-hacks.el + +###-------------------------------------------------------------------------- ### Distribution. ## Release number. dist-hook: echo $(VERSION) >$(distdir)/RELEASE +## The `STYLE' document. +EXTRA_DIST += STYLE + ## Additional build tools. EXTRA_DIST += config/auto-version EXTRA_DIST += config/confsubst @@ -77,6 +96,9 @@ EXTRA_DIST += debian/libsod-dev.install ## sod EXTRA_DIST += debian/sod.install +## sod-doc +EXTRA_DIST += debian/sod-doc.install + ## sod-dev EXTRA_DIST += debian/sod-dev.install