diff options
author | Steven Knight <knight@baldmt.com> | 2002-07-08 23:49:25 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-07-08 23:49:25 (GMT) |
commit | 3de3284918acb0add37b818400c1a7309a3316ff (patch) | |
tree | ade66700ef7c766a9057b0672b2bd4e7e9be7159 /doc | |
parent | a745dc65b8ccbc9b843a992b97218d5551ef644c (diff) | |
download | SCons-3de3284918acb0add37b818400c1a7309a3316ff.zip SCons-3de3284918acb0add37b818400c1a7309a3316ff.tar.gz SCons-3de3284918acb0add37b818400c1a7309a3316ff.tar.bz2 |
Add a prototype os2 Platform() module.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index e6f6d0c..7cd5884 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -655,6 +655,7 @@ be initialized for a different platform: .ES env = Environment(platform = 'cygwin') +env = Environment(platform = 'os2') env = Environment(platform = 'posix') env = Environment(platform = 'win32') .EE @@ -723,7 +724,24 @@ tex yacc .EE -and supports the following tool specifications out of the box on +SCons supports the following tool specifications out of the box on +.B os2 +platforms: + +.ES +dvipdf +dvips +g77 +latex +lex +nasm +pdflatex +pdftex +tex +yacc +.EE + +SCons supports the following tool specifications out of the box on .B win32 platforms: @@ -1835,6 +1853,9 @@ The command line used to call the tar archiver. .IP TARFLAGS General options passed to the tar archiver. +.IP TARSUFFIX +The suffix used for tar file names. + .IP TEX The TeX formatter and typesetter. |