From: Egon W. <eg...@us...> - 2002-08-15 10:57:25
|
Update of /cvsroot/woc/woc/bin/wml2html In directory usw-pr-cvs1:/tmp/cvs-serv21778 Modified Files: .cvsignore Added Files: Makefile.am Removed Files: Makefile repository_def.xml Log Message: Getting to install wml2html scripts (to generate choline.html). --- NEW FILE: Makefile.am --- JAVA=${JAVA_HOME}/bin/java JARS=`ls -1 ../../lib/java/*.jar | perl -ne "s/\n|\r/:/g; print;"` OPTIONS=-R `pwd`/repository_def.xml all: items woord items: ${JAVA} -cp ${JARS} com.egonw.woc.tools.MaakLosseItems ${OPTIONS} woord: ${JAVA} -cp ${JARS} com.egonw.woc.tools.Woord ${OPTIONS} groups: ${JAVA} -cp ${JARS} com.egonw.woc.tools.GroupFiles ${OPTIONS} Index: .cvsignore =================================================================== RCS file: /cvsroot/woc/woc/bin/wml2html/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** .cvsignore 8 Jun 2002 20:52:25 -0000 1.1 --- .cvsignore 15 Aug 2002 10:57:22 -0000 1.2 *************** *** 1 **** --- 1,3 ---- + Makefile + Makefile.in WMLreport.txt --- Makefile DELETED --- --- repository_def.xml DELETED --- |