diff options
Diffstat (limited to 'packaging/wix/Features.wxi')
-rw-r--r-- | packaging/wix/Features.wxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/wix/Features.wxi b/packaging/wix/Features.wxi index ffaa4d60..8cf7ccc5 100644 --- a/packaging/wix/Features.wxi +++ b/packaging/wix/Features.wxi @@ -109,7 +109,7 @@ <ComponentGroupRef Id="CG.Tools.Wifidump" /> </Feature> </Feature> - <?ifdef DOCBOOK_DIR?> + <?ifdef DOC_DIR?> <Feature Id="Fe.Documentation" Title="Documentation" Level="1" AllowAdvertise="yes" Display="expand" Description="Install an offline copy of the User's Guide and FAQ."> <ComponentGroupRef Id="CG.Documentation" /> </Feature> |