aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
blob: 886748d08607ac856b63ac7a1b352bc02e4d1973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tree e3918a28317cc72d6895f24757ae19fc13acb7c0
parent ed133ad6100a94594e9c2b6f1a62eb3874be1f72
author Christian Tismer <tismer@stackless.com> 1442623901 +0100
committer Christian Tismer <tismer@stackless.com> 1442624075 +0100

work around a 'jom' bug on windows.

Om windows, when no sphinx tool is installed, a build with 'jom' would crash,
because the "doc" target is not created. This is a 'jom' bug, because things work with nmake.

By always generating a "doc" target, this is circumvented. Instead of crashing, I write
a message. This is quite helpful for test builds.

Also, a wrong "win32" variable was used, which must be upper case.