# -*- 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_CustomTarget_CustomTarget,readlicense_oo/license)) readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/license) $(call gb_CustomTarget_get_target,readlicense_oo/license) : $(readlicense_oo_DIR)/license.txt $(readlicense_oo_DIR)/license.txt : \ $(SRCDIR)/readlicense_oo/license/LICENSE \ | $(readlicense_oo_DIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,1) $(call gb_Helper_abbreviate_dirs, \ $(gb_AWK) 'sub("$$","\r")' $< > $@.tmp && mv $@.tmp $@ \ ) # vim:set shiftwidth=4 tabstop=4 noexpandtab: 4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-30 15:42:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-30 15:44:23 +0000
commit89f67f01942f7a9918075508e3b447c5a5e6e672 (patch)
tree0d6fee69d818e66d540606e34efdf76f996aff99 /vcl
parentecb4befa546b21e0fa53b93e734bc3cabcf4f62b (diff)
extend menu builder to handle radio and check entries
Change-Id: Iadbf01f42cb83b2595a49f2e5ba286bcba24281e