[LON-CAPA-cvs] cvs: loncom /build Makefile

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 05 Jun 2006 23:19:30 -0000


albertel		Mon Jun  5 19:19:30 2006 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  - adding ability to make the new update procedure, currently doesn't run on
  update by default
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.180 loncom/build/Makefile:1.181
--- loncom/build/Makefile:1.180	Tue Jan  3 15:00:21 2006
+++ loncom/build/Makefile	Mon Jun  5 19:19:30 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.180 2006/01/03 20:00:21 albertel Exp $
+# $Id: Makefile,v 1.181 2006/06/05 23:19:30 albertel Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -448,6 +448,11 @@
 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
 	tee -a WARNINGS
 
+update_queue_slots:
+	cat $(SOURCE)/doc/loncapafiles/update_queue_slots.piml | \
+	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
+	tee -a WARNINGS
+
 clearoutoldspreadsheetcache:
 	cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \
 	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \