summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-04-10 03:15:02 (GMT)
committerSteven Knight <knight@baldmt.com>2005-04-10 03:15:02 (GMT)
commitd4cd661a11c03a2f118ca7b077d7f3baec4d9851 (patch)
treee6b270dac3f9ad01abb544204a5489ab1a46b091 /doc
parentc574fda907756af79f617dd9c5aeed70a299072f (diff)
downloadSCons-d4cd661a11c03a2f118ca7b077d7f3baec4d9851.zip
SCons-d4cd661a11c03a2f118ca7b077d7f3baec4d9851.tar.gz
SCons-d4cd661a11c03a2f118ca7b077d7f3baec4d9851.tar.bz2
Allow configurability of yacc-generated header files suffixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.128
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index dd398c5..cb441ce 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -7127,6 +7127,34 @@ SCons assumes that the call will also create a .h file
or a .hpp file
(if the yacc source file ends in a .yy suffix)
+.IP YACCHFILESUFFIX
+The suffix of the C
+header file generated by the parser generator
+when the
+.B -d
+option is used.
+Note that setting this variable does not cause
+the parser generator to generate a header
+file with the specified suffix,
+it exists to allow you to specify
+what suffix the parser generator will use of its own accord.
+The default value is
+.BR .h .
+
+.IP YACCHXXFILESUFFIX
+The suffix of the C++
+header file generated by the parser generator
+when the
+.B -d
+option is used.
+Note that setting this variable does not cause
+the parser generator to generate a header
+file with the specified suffix,
+it exists to allow you to specify
+what suffix the parser generator will use of its own accord.
+The default value is
+.BR .hpp .
+
.IP ZIP
The zip compression and file packaging utility.