diff options
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/Extension.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Extension.mk b/solenv/gbuild/Extension.mk index 8119ffdd5c22..bcfa25651582 100644 --- a/solenv/gbuild/Extension.mk +++ b/solenv/gbuild/Extension.mk @@ -464,7 +464,7 @@ endef # establish the dependency that actually causes inclusion of the compiled help # into the .oxt, for one language; in principle, this would only need to be done -# once per language if the extension uses any help -- currently it is done from +# once per language iff the extension uses any help -- currently it is done from # each individual gb_Extension_add_helpfile call (and thus requires $strip # to remove duplicates from FILES) # $(1): extension identifier |