Diff for /loncom/build/Makefile between versions 1.201.2.7 and 1.206

version 1.201.2.7, 2014/02/18 02:36:43 version 1.206, 2013/10/29 21:01:16
Line 26  SAVE=program.pl.$(TIMESTAMP) Line 26  SAVE=program.pl.$(TIMESTAMP)
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)  LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""  METAMTARGET=""
 MTARGET=""  MTARGET=""
 VERSION=2.11.0.RC3  VERSION=CVS_HEAD
 SHOWVERSION=$(VERSION)  SHOWVERSION=$(VERSION)
 NEXTVERSION=2.12  NEXTVERSION=2.11
 ifeq (CVS_HEAD,${VERSION})  ifeq (CVS_HEAD,${VERSION})
 SHOWVERSION=$(NEXTVERSION).$(VERSION)  SHOWVERSION=$(NEXTVERSION).$(VERSION)
 endif  endif
Line 530  latex_fmtutil: Line 530  latex_fmtutil:
   
 lcmathcomplex:  lcmathcomplex:
  cat $(SOURCE)/doc/loncapafiles/lcmathcomplex.piml | \   cat $(SOURCE)/doc/loncapafiles/lcmathcomplex.piml | \
  perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \          perl piml_parse.pl  $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS          tee -a WARNINGS
   
 removenolongerused:  removenolongerused:
  cat $(SOURCE)/doc/loncapafiles/removenolongerused.piml | \   cat $(SOURCE)/doc/loncapafiles/removenolongerused.piml | \

Removed from v.1.201.2.7  
changed lines
  Added in v.1.206


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>