File:  [LON-CAPA] / loncom / html / adm / help / Makefile
Revision 1.2: download - view: text, annotated - select for diffs
Mon Dec 9 22:07:26 2002 UTC (21 years, 7 months ago) by bowersj2
Branches: MAIN
CVS tags: version_0_6_2, version_0_6, HEAD
As I was writing the previous commit message, it occurred to me the
files also depend on their .texxml file, plus it turns out I had missed
a couple of things and had some garbage in the committed Makefile.

    1: # For convenience, all help files are re-built when any of the .tex
    2: # files changes. It's too difficult to bother with filtering each
    3: # potential change out into which help file is actually changed.
    4: 
    5: everything: ../../../../doc/help/author.manual.ps ../../../../doc/help/course.manual.ps ../../../../doc/help/author.manual.texxml
    6: 
    7: ../../../../doc/help/author.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/author.manual.texxml
    8: 	cd ../../../build/; ./buildHelp.sh
    9: 
   10: ../../../../doc/help/author.manual.pdf: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/author.manual.texxml
   11: 	cd ../../../build/; ./buildHelp.sh
   12: 
   13: ../../../../doc/help/course.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/course.manual.texxml
   14: 	cd ../../../build/; ./buildHelp.sh
   15: 
   16: ../../../../doc/help/course.manual.pdf: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/course.manual.texxml
   17: 	cd ../../../build/; ./buildHelp.sh
   18: 

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