From 1a65ae278e81946ec3a8af43b1f6f18c26e1161a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 13 Jul 2009 16:07:25 -0400 Subject: rvs-0.6.1 -- make it possible to compile from another directory --- docs/README.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/README.xhtml') diff --git a/docs/README.xhtml b/docs/README.xhtml index ded2de0..e74e2b8 100644 --- a/docs/README.xhtml +++ b/docs/README.xhtml @@ -89,12 +89,12 @@
  • one can use any lanugage to write new modules, without having to worry about bindings
  • build system

    -

    The build system rvs uses is rather simple. ./configure does 2 things, create a preprocessor in tmp/var.sed, and generate a Makefile with this preprocessor from Makefile.orig. Then, the Makefile (among other things), runs each source file through the preprocessor.

    +

    The build system rvs uses is rather simple. ./configure does 2 things, create a preprocessor in tmp/var.sed, and generate a Makefile with this preprocessor from Makefile.orig. Then, the Makefile (among other things), runs each source file through the preprocessor.

    preprocessor/variables

    -

    You know the configuration variables described in README? Part of the build process involves running all source files through a pre-processor (kept in tmp/var.sed). This preproccessor allows you to reference the configuration variables in any file in source/ or Makefile. Any instance of $$VAR_NAME$$ will be repleced by the value of the variable.

    +

    You know the configuration variables described in README? Part of the build process involves running all source files through a pre-processor (kept in tmp/var.sed). This preproccessor allows you to reference the configuration variables in any file in source/ or Makefile. Any instance of $$VAR_NAME$$ will be repleced by the value of the variable. Note that only defined variables will be replaced.

    known bugs