[lisplab-cvs] r98 -

Jørn Inge Vestgården jivestgarden at common-lisp.net
Sun Sep 27 17:49:23 UTC 2009


Author: jivestgarden
Date: Sun Sep 27 13:49:22 2009
New Revision: 98

Log:
finsish before v010

Modified:
   Makefile
   package.lisp

Modified: Makefile
==============================================================================
--- Makefile	(original)
+++ Makefile	Sun Sep 27 13:49:22 2009
@@ -1,9 +1,17 @@
+TARDIR=lisplab-0.1.0
+
 # Makefile for admin tasks
 .PHONY:	first, manual, touch, lispclean, clean, distclean 
 
 first:
 	echo "Please specify target."
 
+tar:
+	mkdir  /var/tmp/$(TARDIR)
+	-cp -r . /var/tmp/$(TARDIR) 
+	-cd /var/tmp/ && tar czf $(TARDIR).tgz $(TARDIR)
+	-rm -rf /var/tmp/$(TARDIR)
+
 manual:
 	make -C"doc/manual" all
 

Modified: package.lisp
==============================================================================
--- package.lisp	(original)
+++ package.lisp	Sun Sep 27 13:49:22 2009
@@ -128,6 +128,7 @@
    "MATRIX-DGE"
    "MATRIX-ZGE"
    "FUNCTION-MATRIX"
+   "MATRIX-SPARSE"
    "*LISPLAB-PRINT-SIZE*"
    ;; Matrix level 1 methods
    "MAKE-MATRIX-INSTANCE"




More information about the lisplab-cvs mailing list