X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fmanual%2FMakefile;h=72f897fc302cf5e477d30a59a5c94bb7f512dd9d;hb=b5c69cfe906a31ae57bb0f18c67af9d2eaa1dfef;hp=760f4b5c96dae8aaa5b119090f01fb7688a62a54;hpb=28c2529caecc45984cbbef0e3277cde740bbf326;p=sbcl.git diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 760f4b5..72f897f 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -14,9 +14,9 @@ DOCSTRINGDIR="docstrings/" CONTRIBDIR="../../contrib/" I_FLAGS=-I $(DOCSTRINGDIR) -I $(CONTRIBDIR) # List of contrib modules that docstring docs will be created for. -MODULES=':sb-md5 :sb-rotate-byte :sb-grovel :sb-sprof :sb-bsd-sockets' +MODULES=':sb-md5 :sb-rotate-byte :sb-grovel :sb-sprof :sb-bsd-sockets :sb-cover' # List of package names that docstring docs will be created for. -PACKAGES=":COMMON-LISP :SB-ALIEN :SB-DEBUG :SB-EXT :SB-GRAY :SB-MOP :SB-PROFILE :SB-THREAD :SB-MD5 :SB-ROTATE-BYTE :SB-SPROF :SB-BSD-SOCKETS" +PACKAGES=":COMMON-LISP :SB-ALIEN :SB-DEBUG :SB-EXT :SB-GRAY :SB-MOP :SB-PROFILE :SB-THREAD :SB-MD5 :SB-ROTATE-BYTE :SB-SPROF :SB-BSD-SOCKETS :SB-COVER" # SBCL_SYSTEM is an optional argument to this make program. If this # variable is set, its contents are used as the command line for