Diff for /loncom/build/Makefile between versions 1.81 and 1.82

version 1.81, 2002/04/21 23:49:56 version 1.82, 2002/04/22 17:41:20
Line 16  SAVE=program.pl.$(TIMESTAMP) Line 16  SAVE=program.pl.$(TIMESTAMP)
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)  LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""  METAMTARGET=""
 MTARGET=""  MTARGET=""
   VERSION=0.1
   
 help:   help: 
  @echo "*** You need to specify a valid target ***"   @echo "*** You need to specify a valid target ***"
Line 250  setup_RPM: Line 251  setup_RPM:
  SetupBinaryRoot customizerpm.xml   SetupBinaryRoot customizerpm.xml
   
 DPKG:  DPKG:
  make TARGET='LON-CAPA-base' NORESTORECONF='1' install   make TARGET='lon-capa-$(VERSION)' NORESTORECONF='1' install
  @echo "You will next need to follow instructions at:"   @echo "You will next need to follow instructions at:"
  @echo "http://people.debian.org/~jaldhar/make_package1.html"   @echo "http://people.debian.org/~jaldhar/make_package1.html"
  @echo "A directory with a snapshot of the debian package files"   @echo "A directory with a snapshot of the debian package files"
  @echo "is LON-CAPA-base."   @echo "is LON-CAPA-base."
   # What DPKG steps need to happen (for future implementation):
   # export EMAIL="" ... probably sharrison@mail.lon-capa.org
   # deb-make
   # edit debian/control
   # make debian/dirs file
   # make debian/copyright file
   # debian/README.debian... point them to LON-CAPA URLS
   # debian/changelog
   # debian/conffiles
   # debuild
   # and maybe do some GPG-related steps around here
   
 base_rpm_file_list:  base_rpm_file_list:
  cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \   cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
Line 302  documentation_tree: cvsreport Line 314  documentation_tree: cvsreport
  install $(SOURCE)/doc/build/cvsreport.html docs/cvsreport.html   install $(SOURCE)/doc/build/cvsreport.html docs/cvsreport.html
  install $(SOURCE)/doc/build/doc.html docs/index.html   install $(SOURCE)/doc/build/doc.html docs/index.html
  install -d docs/hardware   install -d docs/hardware
  install $(SOURCE)/doc/hardware/hardware.html docs/hardware/hardware.html   install $(SOURCE)/doc/hardware/hardware.html \
    docs/hardware/hardware.html
  install -d docs/3.1   install -d docs/3.1
  install $(SOURCE)/doc/build/install.html docs/3.1/index.html   install $(SOURCE)/doc/build/install.html docs/3.1/index.html
  install $(SOURCE)/doc/build/instructions_with_cd.html \   install $(SOURCE)/doc/build/instructions_with_cd.html \
Line 331  documentation_tree: cvsreport Line 344  documentation_tree: cvsreport
  docs/loncapapasswords.html   docs/loncapapasswords.html
  install $(SOURCE)/doc/build/loncapapasswordauthentication.html \   install $(SOURCE)/doc/build/loncapapasswordauthentication.html \
  docs/loncapapasswordauthentication.html   docs/loncapapasswordauthentication.html
  install $(SOURCE)/doc/build/loncapatimesync.html docs/loncapatimesync.html   install $(SOURCE)/doc/build/loncapatimesync.html \
    docs/loncapatimesync.html
  install $(SOURCE)/doc/build/loncapamathequivalency.html \   install $(SOURCE)/doc/build/loncapamathequivalency.html \
  docs/loncapamathequivalency.html   docs/loncapamathequivalency.html
  tar czvf install.lon-capa.org_docs.tar.gz docs   tar czvf install.lon-capa.org_docs.tar.gz docs

Removed from v.1.81  
changed lines
  Added in v.1.82


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