Annotation of loncom/html/adm/help/Makefile, revision 1.1
1.1 ! bowersj2 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
! 6:
! 7: ../../../../doc/help/author.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png)
! 8: cd ../../../build/; ./buildHelp.sh
! 9:
! 10: ../../../../doc/help/course.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png)
! 11: cd ../../../build/; ./buildHelp.sh
! 12:
! 13: #../../../../doc/help/author.manual.pdf: builder
! 14:
! 15: #../../../../doc/help/course.manual.ps: builder
! 16:
! 17: #../../../../doc/help/course.manual.pdf: builder
! 18:
! 19: #builder:
! 20:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>