From: Egon W. <eg...@us...> - 2002-08-15 12:02:11
|
Update of /cvsroot/woc/woc/source/wocjava In directory usw-pr-cvs1:/tmp/cvs-serv16680/source/wocjava Modified Files: Makefile.am Log Message: Added scripts to convert wml 2 html. And fixed some things along the way. Index: Makefile.am =================================================================== RCS file: /cvsroot/woc/woc/source/wocjava/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.am 15 Aug 2002 11:00:10 -0000 1.2 --- Makefile.am 15 Aug 2002 12:02:06 -0000 1.3 *************** *** 1,5 **** --- 1,10 ---- alljardir=${prefix}/lib/java + reposdir=${prefix}/bin/wml2html alljar_DATA= wocjava.jar + + repos_DATA= repository_def.xml + + CLEANFILES= repository_def.xml wocjava.jar JAVAC=${JAVA_HOME}/bin/javac |