diff options
Diffstat (limited to 'Swift/Packaging/SConscript')
| -rw-r--r-- | Swift/Packaging/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Packaging/SConscript b/Swift/Packaging/SConscript index 556c596..fda5182 100644 --- a/Swift/Packaging/SConscript +++ b/Swift/Packaging/SConscript | |||
| @@ -23,7 +23,7 @@ if env["SCONS_STAGE"] == "build" : | |||
| 23 | action = Action('$HELP2MAN --no-discard-stderr -m "Swift Manual" -S "swiften-config" -n "swiften-config" -N $SOURCE > $TARGET', cmdstr = "$HELP2MANSTR")) | 23 | action = Action('$HELP2MAN --no-discard-stderr -m "Swift Manual" -S "swiften-config" -n "swiften-config" -N $SOURCE > $TARGET', cmdstr = "$HELP2MANSTR")) |
| 24 | swiftHelp = env.Command( | 24 | swiftHelp = env.Command( |
| 25 | target='$HELP2MAN_DEBIAN_DIR/swift-im.1', source='#/Swift/QtUI/swift-im', | 25 | target='$HELP2MAN_DEBIAN_DIR/swift-im.1', source='#/Swift/QtUI/swift-im', |
| 26 | action = Action('$HELP2MAN --no-discard-stderr -m "Swift Manual" -S "Swift" -n "swift-im" -N $SOURCE > $TARGET', cmdstr = "$HELP2MANSTR")) | 26 | action = Action('$HELP2MAN --no-discard-stderr -m "Swift Manual" -S "Swift" -n "swift-im" -N "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./Swiften $SOURCE" > $TARGET', cmdstr = "$HELP2MANSTR")) |
| 27 | else: | 27 | else: |
| 28 | print("Enabled help2man but help2man is not in the PATH of the current environment.") | 28 | print("Enabled help2man but help2man is not in the PATH of the current environment.") |
| 29 | Exit(1) | 29 | Exit(1) |
Swift