File:  [LON-CAPA] / loncom / html / adm / help / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Mon Dec 9 22:05:08 2002 UTC (21 years, 7 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Changing the help system so that it rebuilds the .ps and .pdf
representations of the help information only when the .tex or .png
directories change somehow. (No attempt to figure out what has changed
exactly occurs; all .ps and .pdf files are completely rebuilt, along
with some of the help structures the webserver uses.)

This must go into .6 if any help file changes are committed, because the
old help system doesn't rebuild a file if it exists already, even if the
constituent parts change.

# For convenience, all help files are re-built when any of the .tex
# files changes. It's too difficult to bother with filtering each
# potential change out into which help file is actually changed.

everything: ../../../../doc/help/author.manual.ps ../../../../doc/help/course.manual.ps

../../../../doc/help/author.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png)
	cd ../../../build/; ./buildHelp.sh

../../../../doc/help/course.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png)
	cd ../../../build/; ./buildHelp.sh

#../../../../doc/help/author.manual.pdf: builder 

#../../../../doc/help/course.manual.ps: builder

#../../../../doc/help/course.manual.pdf: builder

#builder: 


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