diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-13 05:07:55 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-13 05:07:55 (GMT) |
commit | 429cf89e7949d927303dcf641d8acee2fab0ffb9 (patch) | |
tree | 04cdcca44aaa433fb417c5a205537ee97ae46898 /Construct | |
parent | c81b4be9b7a06dc41cc1f425887d4600fa47f0bc (diff) | |
download | SCons-429cf89e7949d927303dcf641d8acee2fab0ffb9.zip SCons-429cf89e7949d927303dcf641d8acee2fab0ffb9.tar.gz SCons-429cf89e7949d927303dcf641d8acee2fab0ffb9.tar.bz2 |
Add variable interpolation to the man page
Diffstat (limited to 'Construct')
-rw-r--r-- | Construct | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -63,7 +63,6 @@ sub cons::read_file { $aegis = cons::whereis('aegis'); $aesub = cons::whereis('aesub'); $rpm = cons::whereis('rpm'); -$jw = cons::whereis('jw'); $dh_builddeb = cons::whereis('dh_builddeb'); $fakeroot = cons::whereis('fakeroot'); @@ -438,11 +437,10 @@ Build "etc/Conscript"; # # Documentation. # -if ($jw) { - Link 'build/doc' => 'doc'; +Link 'build/doc' => 'doc'; + +Build 'build/doc/Conscript'; - Build 'build/doc/Conscript'; -} # # If we're running in the actual Aegis project, pack up a complete |