From: Egon W. <eg...@us...> - 2002-08-15 14:26:38
|
Update of /cvsroot/woc/woc In directory usw-pr-cvs1:/tmp/cvs-serv26594 Modified Files: bootstrap configure.in Log Message: make install for WML files. Index: bootstrap =================================================================== RCS file: /cvsroot/woc/woc/bootstrap,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bootstrap 20 Jul 2002 09:34:26 -0000 1.1 --- bootstrap 15 Aug 2002 14:26:04 -0000 1.2 *************** *** 2,4 **** # bootstrap this software ! aclocal && automake --verbose --gnu && autoconf --- 2,4 ---- # bootstrap this software ! aclocal && automake --gnu && autoconf Index: configure.in =================================================================== RCS file: /cvsroot/woc/woc/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** configure.in 15 Aug 2002 13:35:51 -0000 1.11 --- configure.in 15 Aug 2002 14:26:04 -0000 1.12 *************** *** 90,93 **** --- 90,119 ---- data/Makefile data/wml/Makefile + data/wml/a/Makefile + data/wml/b/Makefile + data/wml/c/Makefile + data/wml/d/Makefile + data/wml/e/Makefile + data/wml/f/Makefile + data/wml/g/Makefile + data/wml/h/Makefile + data/wml/i/Makefile + data/wml/j/Makefile + data/wml/k/Makefile + data/wml/l/Makefile + data/wml/m/Makefile + data/wml/n/Makefile + data/wml/o/Makefile + data/wml/p/Makefile + data/wml/q/Makefile + data/wml/r/Makefile + data/wml/s/Makefile + data/wml/t/Makefile + data/wml/u/Makefile + data/wml/v/Makefile + data/wml/w/Makefile + data/wml/x/Makefile + data/wml/y/Makefile + data/wml/z/Makefile lib/Makefile lib/java/Makefile |