diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-05 10:41:31 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-05 10:41:31 (GMT) |
commit | 1989e2672394227e183691f93c012881ab371179 (patch) | |
tree | dc8454b267cae4a60eae7b55899f21e18ec8b329 /doc | |
parent | 2e49581b613cd875ae114ba137e28512693605d8 (diff) | |
download | SCons-1989e2672394227e183691f93c012881ab371179.zip SCons-1989e2672394227e183691f93c012881ab371179.tar.gz SCons-1989e2672394227e183691f93c012881ab371179.tar.bz2 |
Change the name of 'lib.py' to 'mslib.py'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SConscript | 6 | ||||
-rw-r--r-- | doc/man/scons.1 | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/SConscript b/doc/SConscript index 29801ef..aa8d119 100644 --- a/doc/SConscript +++ b/doc/SConscript @@ -151,7 +151,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. } # - # We have to tell Cons to QuickScan the top-level SGML files which + # We have to tell SCons to scan the top-level SGML files which # get included by the document SGML files in the subdirectories. # included_sgml = [ @@ -204,7 +204,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. jpg = os.path.join(htmldir, '%s.jpg' % g) env.Command(jpg, fig, "%s -L jpeg -q 100 $SOURCES $TARGET" % fig2dev) - env.Depends(ps, jpg) + env.Depends(html, jpg) + Local(jpg) if docs[doc].get('ps') and jadetex: env.Command(ps, main, [ @@ -225,6 +226,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. eps = os.path.join('PS', '%s.eps' % g) env.Command(eps, fig, "%s -L eps $SOURCES $TARGET" % fig2dev) env.Depends(ps, eps) + Local(eps) if docs[doc].get('pdf') and pdfjadetex: env.Command(pdf, main, [ diff --git a/doc/man/scons.1 b/doc/man/scons.1 index e1f0ed1..7136721 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -773,6 +773,7 @@ gnulink latex lex masm +mslib mslink msvc nasm |