diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-28 09:23:37 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-28 09:23:37 +0100 |
commit | dd64dc0f137c28c8889c525adf3eb26caab38db5 (patch) | |
tree | 98dfd06e1bcf4a380bdd10671a597ff0b0585465 /AllLangHelp_shared.mk | |
parent | 280514d881bb3bd272120e54d776025addcd2a35 (diff) |
add err.html to shared help module
Change-Id: I39ebb1bb238c83e26300db95d242b2863b63aa2d
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index cb05e292f7..5b61e5a89f 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -28,7 +28,8 @@ $(eval $(call gb_AllLangHelp_add_localized_files,shared,helpcontent2/source/auxi highcontrastwhite.css \ )) -# TODO: handle err_html.xhp -> err.html +$(eval $(call gb_AllLangHelp_add_helpdir_file,shared,err.html,helpcontent2/source/text/shared/05/err_html)) + $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/00/00000001 \ helpcontent2/source/text/shared/00/00000002 \ |