diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-05-24 15:58:51 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-05-24 15:58:51 +0000 |
commit | e6db93aff3a4e92b8d13998866a787bdc08b6f35 (patch) | |
tree | 0d43c59fba5a18d21fed5b72878c3b55d16cdd3c /util/makestrs.man | |
parent | 82f3473668ed08af059e094a696911d2347e5d57 (diff) |
Make source directory for templates configurableXORG-6_8_99_9XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
Diffstat (limited to 'util/makestrs.man')
-rw-r--r-- | util/makestrs.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/makestrs.man b/util/makestrs.man index 4fe23e8..cd96841 100644 --- a/util/makestrs.man +++ b/util/makestrs.man @@ -29,7 +29,7 @@ .SH NAME makestrs \- makes string table C source and header(s) .SH SYNOPSIS -.B makestrs [-f source] [-abioptions ...] +.B makestrs [-f source] [-i includedir] [-abioptions ...] .SH DESCRIPTION The .I makestrs @@ -83,6 +83,10 @@ forces the generation of the "normal" string table even if makestrs was compiled with -DARRAYPERSTR. Since makestrs is almost never compiled with -DARRAYPERSTR this is the default behavior if no abioptions are specified. +.LP +.I -i includedir +forces the reading of templates from the includedir instead of the local +directory. This is useful to have separate source and build directories. .SH SYNTAX The syntax for string-list file is (items in square brackets are optional): .RS 4 |