fdo#82038: senddoc, uri-encode got lost on Mac
Change-Id: I2f104c64601b22ce3ef078295c7da3cb21a133f9
This commit is contained in:
parent
3b79694781
commit
f3f63f555d
@ -144,7 +144,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
|
||||
gengal \
|
||||
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_NPAPI_FROM_BROWSER)),pluginapp.bin) \
|
||||
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
|
||||
$(if $(filter unx,$(GUIBASE)),uri-encode) \
|
||||
$(if $(filter WNT,$(OS)),,uri-encode) \
|
||||
ui-previewer \
|
||||
$(if $(filter WNT,$(OS)), \
|
||||
senddoc \
|
||||
|
@ -158,7 +158,7 @@ End
|
||||
|
||||
#endif
|
||||
|
||||
#if defined UNX && ! defined MACOSX
|
||||
#if defined UNX
|
||||
File gid_File_Bin_Senddoc
|
||||
BIN_FILE_BODY;
|
||||
Dir = FILELIST_DIR;
|
||||
|
@ -115,7 +115,6 @@ ifneq ($(filter-out MACOSX WNT,$(OS)),)
|
||||
|
||||
$(eval $(call gb_Module_add_targets,shell,\
|
||||
Executable_gnome_open_url \
|
||||
Executable_uri_encode \
|
||||
Library_recentfile \
|
||||
Package_scripts \
|
||||
Package_scripts_gnome \
|
||||
@ -127,6 +126,7 @@ endif
|
||||
ifneq ($(OS),WNT)
|
||||
|
||||
$(eval $(call gb_Module_add_targets,shell,\
|
||||
Executable_uri_encode \
|
||||
Library_cmdmail \
|
||||
Package_senddoc \
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user