[LON-CAPA-cvs] cvs: loncom /html/adm/help Makefile
bowersj2
lon-capa-cvs@mail.lon-capa.org
Mon, 09 Dec 2002 22:07:26 -0000
bowersj2 Mon Dec 9 17:07:26 2002 EDT
Modified files:
/loncom/html/adm/help Makefile
Log:
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.
Index: loncom/html/adm/help/Makefile
diff -u loncom/html/adm/help/Makefile:1.1 loncom/html/adm/help/Makefile:1.2
--- loncom/html/adm/help/Makefile:1.1 Mon Dec 9 17:05:08 2002
+++ loncom/html/adm/help/Makefile Mon Dec 9 17:07:26 2002
@@ -2,19 +2,17 @@
# 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
+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
-../../../../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
-#../../../../doc/help/author.manual.pdf: builder
-
-#../../../../doc/help/course.manual.ps: builder
-
-#../../../../doc/help/course.manual.pdf: builder
+../../../../doc/help/course.manual.ps: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/course.manual.texxml
+ cd ../../../build/; ./buildHelp.sh
-#builder:
+../../../../doc/help/course.manual.pdf: $(wildcard tex/*.tex) $(wildcard png/*.png) ../../../../doc/help/course.manual.texxml
+ cd ../../../build/; ./buildHelp.sh