From: Egon W. <eg...@us...> - 2002-08-15 15:16:31
|
Update of /cvsroot/woc/woc/data/wml/w In directory usw-pr-cvs1:/tmp/cvs-serv21511/data/wml/w Modified Files: Makefile.am Log Message: Install WML in correct dir. And install physical properties. (Still trying to generate a HTML file, but getting close). Index: Makefile.am =================================================================== RCS file: /cvsroot/woc/woc/data/wml/w/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 15 Aug 2002 14:26:06 -0000 1.1 --- Makefile.am 15 Aug 2002 15:16:27 -0000 1.2 *************** *** 1,3 **** ! wmldir=${prefix}/data/wml/w wml_DATA=*.xml --- 1,3 ---- ! wmldir=${prefix}/web-docs/data/wml/w wml_DATA=*.xml |