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

raeburn lon-capa-cvs-allow@mail.lon-capa.org
Sun, 21 Sep 2008 01:40:50 -0000


raeburn		Sat Sep 20 21:40:50 2008 EDT

  Modified files:              (Branch: version_2_7_X)
    /loncom/build	Makefile 
  Log:
  - Backport 1.188
  - Bump version
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.186.2.3 loncom/build/Makefile:1.186.2.4
--- loncom/build/Makefile:1.186.2.3	Tue Aug 26 16:31:31 2008
+++ loncom/build/Makefile	Sat Sep 20 21:40:48 2008
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 
-# $Id: Makefile,v 1.186.2.3 2008/08/26 20:31:31 raeburn Exp $
+# $Id: Makefile,v 1.186.2.4 2008/09/21 01:40:48 raeburn Exp $
 
 # TYPICAL USAGE of this Makefile is primarily for two targets:
 # "make build" and "make install".
@@ -22,7 +22,7 @@
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""
 MTARGET=""
-VERSION=2.7.0
+VERSION=2.7.1
 # The current working definition for "RELEASE" is: changes not in the software,
 # but in the operating system dependent packaging of the software.  Thus, the
 # generic tarball releases do not need to have a release number specified.
@@ -134,6 +134,8 @@
 	@echo "rpmcheck: test to see if rpms known to confict are installed."
 	@echo "wrap_setuid: put a C wrapper around setuid scripts."
         @echo "latex_fixup: regenerate ls-R database for the latex base."
+	@echo "picins_check: check for picins.sty, retrieve and rebuild
+	@echo "              filename databases used by LaTeX"
 	@echo "updatequery: solicit the user for machine configuration"
 	@echo "             information; to be incorporated during an update"
 	@echo "             procedure (via the UPDATE command)"
@@ -485,6 +487,11 @@
         perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
         tee -a WARNINGS
 
+picins_check:
+	cat $(SOURCE)/doc/loncapafiles/picins_check.piml | \
+	perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
+	tee -a WARNINGS
+
 postinstall:
 	make webserverconf
 	make reseval_fixup
@@ -504,6 +511,7 @@
 	make ownership_fix
 	make wrap_setuid
 	make latex_fixup
+	make picins_check
 VERSION:
 	install -d $(TARGET)/etc
 	echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release