office-gobmx/desktop/UI_deployment.mk
Caolán McNamara e87c9d8497 drop old help ids not in use anymore
Change-Id: I3acf29ac52a51e688fb41e2c978f458170cd9b12
2012-11-17 20:10:50 +00:00

16 lines
470 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UI_UI,desktop))
$(eval $(call gb_UI_add_uifiles,desktop,\
desktop/uiconfig/ui/extensionmanager \
))
# vim: set noet sw=4 ts=4: