From: Egon W. <eg...@us...> - 2002-08-15 12:02:11
|
Update of /cvsroot/woc/woc/bin In directory usw-pr-cvs1:/tmp/cvs-serv16680/bin 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/bin/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Makefile.am 21 Jul 2002 15:47:12 -0000 1.5 --- Makefile.am 15 Aug 2002 12:02:06 -0000 1.6 *************** *** 1,4 **** PREFIX="@prefix@" ! SUBDIRS= cas check download index lire EXTRA_DIST= --- 1,4 ---- PREFIX="@prefix@" ! SUBDIRS= cas check download index lire wml2html EXTRA_DIST= |