[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /build Makefile

raeburn raeburn@source.lon-capa.org
Tue, 25 Aug 2009 02:24:38 -0000


raeburn		Tue Aug 25 02:24:38 2009 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/build	Makefile 
  Log:
  - Backport 1.190.
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.189.4.1 loncom/build/Makefile:1.189.4.2
--- loncom/build/Makefile:1.189.4.1	Fri Aug 14 11:16:54 2009
+++ loncom/build/Makefile	Tue Aug 25 02:24:38 2009
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.189.4.1 2009/08/14 11:16:54 raeburn Exp $
+# $Id: Makefile,v 1.189.4.2 2009/08/25 02:24:38 raeburn Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -499,6 +499,11 @@
 	perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
 	tee -a WARNINGS
 
+verify_domconfiguser:
+	cat $(SOURCE)/doc/loncapafiles/verify_domconfiguser.piml | \
+	perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
+	tee -a WARNINGS
+
 postinstall:
 	make webserverconf
 	make reseval_fixup
@@ -520,6 +525,7 @@
 	make latex_fixup
 	make picins_check
 	make mimetex_version_check
+	make verify_domconfiguser
 VERSION:
 	install -d $(TARGET)/etc
 	echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release