From ce2a0cea49b33a17b588fa15d54ecefbc0424edd Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 16 Sep 2002 13:21:42 +0000 Subject: [PATCH] Add note about autolayout-file --- website/example/build-make.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/example/build-make.xml b/website/example/build-make.xml index 095c439e1..1acb898f9 100644 --- a/website/example/build-make.xml +++ b/website/example/build-make.xml @@ -24,7 +24,9 @@ file. STYLEDIR=../xsl TABSTYLE=$(STYLEDIR)/tabular.xsl STYLESHEET=$(TABSTYLE) -STYLEOPT= + +# Note: you must set the autolayout-file to a fully qualified path! +STYLEOPT="autolayout-file=/full/path/to/autolayout.xml" .PHONY : clean -- 2.50.1