Diff for /loncom/html/adm/help/Makefile between versions 1.1 and 1.2

version 1.1, 2002/12/09 22:05:08 version 1.2, 2002/12/09 22:07:26
Line 2 Line 2
 # files changes. It's too difficult to bother with filtering each  # files changes. It's too difficult to bother with filtering each
 # potential change out into which help file is actually changed.  # potential change out into which help file is actually changed.
   
 everything: ../../../../doc/help/author.manual.ps ../../../../doc/help/course.manual.ps  everything: ../../../../doc/help/author.manual.ps ../../../../doc/help/course.manual.ps ../../../../doc/help/author.manual.texxml
   
 ../../../../doc/help/author.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png)  ../../../../doc/help/author.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/author.manual.texxml
  cd ../../../build/; ./buildHelp.sh   cd ../../../build/; ./buildHelp.sh
   
 ../../../../doc/help/course.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png)  ../../../../doc/help/author.manual.pdf: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/author.manual.texxml
  cd ../../../build/; ./buildHelp.sh   cd ../../../build/; ./buildHelp.sh
   
 #../../../../doc/help/author.manual.pdf: builder   ../../../../doc/help/course.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/course.manual.texxml
    cd ../../../build/; ./buildHelp.sh
 #../../../../doc/help/course.manual.ps: builder  
   
 #../../../../doc/help/course.manual.pdf: builder  
   
 #builder:   ../../../../doc/help/course.manual.pdf: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/course.manual.texxml
    cd ../../../build/; ./buildHelp.sh
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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