Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / sc / CustomTarget_uiconfig.mk
blob8e4e1ae21cf977ce51c40eecd13d43eed7b14e6a
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CustomTarget_CustomTarget,sc/uiconfig))
12 ifeq ($(ENABLE_TELEPATHY),TRUE)
13 $(call gb_CustomTarget_get_target,sc/uiconfig) : \
14 $(OUTDIR)/xml/uiconfig/modules/scalc/menubar/menubar.xml
16 $(OUTDIR)/xml/uiconfig/modules/scalc/menubar/menubar.xml : $(SRCDIR)/sc/uiconfig/scalc/menubar/menubar.xml \
17 | $(OUTDIR)/xml/uiconfig/modules/scalc/menubar/.dir
18 sed 's/.*.uno:Collaborate.*/ <menu:menuseparator\/>\n <menu:menuitem menu:id=".uno:Collaborate"\/>/' $< > $@
20 endif
22 # vim: set noet sw=4 ts=4: