summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL18
-rw-r--r--documentation/xsd.12
-rw-r--r--documentation/xsd.xhtml2
3 files changed, 20 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0fadd0f..1371108 100644
--- a/INSTALL
+++ b/INSTALL
@@ -46,3 +46,21 @@ Installing XSD
e.g.,
$ make install_prefix=/usr install
+
+ You can fine-tune the installation locations with the following make
+ variables:
+
+ install_prefix default is /usr/local
+ install_data_prefix default is install_prefix
+ install_exec_prefix default is install_prefix
+
+ install_bin_dir default is install_exec_prefix/bin
+ install_sbin_dir default is install_exec_prefix/sbin
+ install_lib_dir default is install_exec_prefix/lib
+
+ install_data_dir default is install_data_prefix/share
+ install_inc_dir default is install_data_prefix/include
+
+ install_doc_dir default is install_data_dir/doc
+ install_man_dir default is install_data_dir/man
+ install_info_dir default is install_data_dir/info
diff --git a/documentation/xsd.1 b/documentation/xsd.1
index b52d8a8..b84586d 100644
--- a/documentation/xsd.1
+++ b/documentation/xsd.1
@@ -306,7 +306,7 @@ don't do what you expected them to do.
Add
.I prefix
to generated header inclusion guards. The prefix is transformed to upper
-case and all characters that are illegal in a preprocessor macro name are
+case and characters that are illegal in a preprocessor macro name are
replaced with underscores. If this option is not specified then the
directory part of the input schema file is used as a prefix.
diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
index 8c73a54..49d6503 100644
--- a/documentation/xsd.xhtml
+++ b/documentation/xsd.xhtml
@@ -265,7 +265,7 @@
<dt><code><b>--guard-prefix</b> <i>prefix</i></code></dt>
<dd>Add <code><i>prefix</i></code> to generated header inclusion guards.
- The prefix is transformed to upper case and all characters that are
+ The prefix is transformed to upper case and characters that are
illegal in a preprocessor macro name are replaced with underscores.
If this option is not specified then the directory part of the
input schema file is used as a prefix.