summaryrefslogtreecommitdiffstats
path: root/scp2/source/templates/module_helppack.sct
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-17 12:28:41 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-12-17 12:29:01 +0100
commitb8760ecd0255ab27823cfd94647b16579fb7dfc8 (patch)
tree4af35350b3f711c8b58b5f77ae0c82fea05906c9 /scp2/source/templates/module_helppack.sct
parentAdd --with-helppack-integration configure option (diff)
downloadcore-b8760ecd0255ab27823cfd94647b16579fb7dfc8.tar.gz
core-b8760ecd0255ab27823cfd94647b16579fb7dfc8.zip
Trying to conditionalize scp2 for helppack integration
Diffstat (limited to 'scp2/source/templates/module_helppack.sct')
-rw-r--r--scp2/source/templates/module_helppack.sct6
1 files changed, 5 insertions, 1 deletions
diff --git a/scp2/source/templates/module_helppack.sct b/scp2/source/templates/module_helppack.sct
index 32b4a7a15a3f..ac8779a5e8cc 100644
--- a/scp2/source/templates/module_helppack.sct
+++ b/scp2/source/templates/module_helppack.sct
@@ -30,5 +30,9 @@ Module gid_Module_Helppack_Root_<LANGUAGE_>
Sortkey = "<SORTKEY>";
Language = "<LANGUAGE>";
MOD_NAME_DESC(MODULE_HELPPACK_<LANGUAGEBIG_>);
- Styles =(HELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME, LANGUAGEMODULE);
+#ifdef WITH_HELPPACK_INTEGRATION
+ Styles =(FORCEHELPPACK, SHOW_MULTILINGUAL_ONLY, USELANGUAGENAME, LANGUAGEMODULE);
+#ifdef WITH_HELPPACK_INTEGRATION
+ Styles =(HELPPACK, HIDDEN_ROOT, USELANGUAGENAME, LANGUAGEMODULE);
+#endif
End