[lisplab-cvs] r105 -

Jørn Inge Vestgården jivestgarden at common-lisp.net
Mon Oct 26 19:37:39 UTC 2009


Author: jivestgarden
Date: Mon Oct 26 15:37:38 2009
New Revision: 105

Log:
tanaa target

Modified:
   Makefile

Modified: Makefile
==============================================================================
--- Makefile	(original)
+++ Makefile	Mon Oct 26 15:37:38 2009
@@ -1,7 +1,7 @@
 TARDIR=lisplab-0.1.0
 
 # Makefile for admin tasks
-.PHONY:	first, manual, touch, lispclean, clean, distclean 
+.PHONY:	first, manual, touch, lispclean, clean, distclean, tinaa 
 
 first:
 	echo "Please specify target."
@@ -15,6 +15,13 @@
 manual:
 	make -C"doc/manual" all
 
+tinaa:
+	sbcl \
+	--eval "(require :tinaa)" \
+	--eval "(require :lisplab)" \
+	--eval "(tinaa:document-system 'asdf-system 'lisplab #P\"tinaa/\")" \
+	--eval "(sb-ext::quit)"
+
 touch:
 	touch system/lisplab.asd
 




More information about the lisplab-cvs mailing list