From: Egon W. <eg...@us...> - 2002-08-15 15:16:30
|
Update of /cvsroot/woc/woc/data/wml/n In directory usw-pr-cvs1:/tmp/cvs-serv21511/data/wml/n 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/n/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 15 Aug 2002 14:26:05 -0000 1.1 --- Makefile.am 15 Aug 2002 15:16:26 -0000 1.2 *************** *** 1,3 **** ! wmldir=${prefix}/data/wml/n wml_DATA=*.xml --- 1,3 ---- ! wmldir=${prefix}/web-docs/data/wml/n wml_DATA=*.xml |