From: Egon W. <eg...@us...> - 2002-08-15 12:02:11
|
Update of /cvsroot/woc/woc/bin/download In directory usw-pr-cvs1:/tmp/cvs-serv16680/bin/download Modified Files: Makefile.in Log Message: Added scripts to convert wml 2 html. And fixed some things along the way. Index: Makefile.in =================================================================== RCS file: /cvsroot/woc/woc/bin/download/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Makefile.in 15 Aug 2002 11:00:08 -0000 1.5 --- Makefile.in 15 Aug 2002 12:02:06 -0000 1.6 *************** *** 63,66 **** --- 63,69 ---- PATHTOGCJ = @PATHTOGCJ@ PATHTOGUNZIP = @PATHTOGUNZIP@ + PATHTOJAR = @PATHTOJAR@ + PATHTOJAVA = @PATHTOJAVA@ + PATHTOJAVAC = @PATHTOJAVAC@ PATHTOLIREL2R = @PATHTOLIREL2R@ PATHTOLIRERUN = @PATHTOLIRERUN@ |