diff options
author | Andras Timar <atimar@suse.com> | 2013-02-13 16:28:16 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-13 16:37:35 +0100 |
commit | a775aa57f7b1d5f0f69b8faa5277d1914455ba38 (patch) | |
tree | 5aa3130772eba2cc2285cdff43b3947451449e84 /helpcompiler/inc/HelpLinker.hxx | |
parent | 4552bd5a7c61c4f9428ad73e19bbee5b78e510ab (diff) |
compact help xml files with xslt which removes the cruft
Change-Id: Iee923174169d6ba9961a9cee14115c9a4bf7ba09
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-rw-r--r-- | helpcompiler/inc/HelpLinker.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 57e21a5424d1..5e2e88dc70f8 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -66,6 +66,7 @@ private: Stringtable additionalFiles; HashSet helpFiles; fs::path sourceRoot; + fs::path compactStylesheet; fs::path embeddStylesheet; fs::path idxCaptionStylesheet; fs::path idxContentStylesheet; |