# -*- 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,helpcontent2/source/auxiliary)) $(eval $(call gb_CustomTarget_register_targets,helpcontent2/source/auxiliary,\ helpimg.ilst \ screenshotimg.ilst \ )) $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/helpimg.ilst : \ $(SRCDIR)/helpcontent2/helpers/create_ilst.pl $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs,\ $(PERL) $< -dir=$(SRCDIR)/icon-themes/galaxy/res/helpimg > $@.out && \ mv $@.out $@ \ ) $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/screenshotimg.ilst : \ $(SRCDIR)/helpcontent2/helpers/create_ilst.pl $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs,\ $(PERL) $< -dir=$(SRCDIR)/helpcontent2/source/media/screenshots -pre=media/screenshots > $@.out && \ mv $@.out $@ \ ) # vim: set noet sw=4 ts=4: fice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/zipcore
AgeCommit message (Expand)Author
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-02-02pyuno: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2017-10-27loplugin:includeform: pyuno (Windows)Stephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-10-16clang-cl loplugin: pyunoStephan Bergmann
2015-08-18configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-12-03Fold URE: WindowsStephan Bergmann
2014-10-28Fix python wrapper script on OS XMatthew J. Francis