# -*- 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,odk/html)) $(eval $(call gb_CustomTarget_register_targets,odk/html,\ docs/install.html \ docs/tools.html \ examples/DevelopersGuide/examples.html \ examples/examples.html \ index.html \ )) $(call gb_CustomTarget_get_workdir,odk/html)/%.html : $(SRCDIR)/odk/%.html $(call gb_Output_announce,$*.html,$(true),SED,1) sed -e 's|%PRODUCT_RELEASE%|$(PRODUCTVERSION)|g' \ -e 's|%DOXYGEN_PREFIX0%|$(if $(DOXYGEN),.,http://api.libreoffice.org)|g' \ -e 's|%DOXYGEN_PREFIX1%|$(if $(DOXYGEN),..,http://api.libreoffice.org)|g' \ -e 's|%DOXYGEN_PREFIX2%|$(if $(DOXYGEN),../..,http://api.libreoffice.org)|g' \ -e 's|%JAVADOC_PREFIX0%|$(if $(ENABLE_JAVA),.,http://api.libreoffice.org)|g' \ -e 's|%JAVADOC_PREFIX1%|$(if $(ENABLE_JAVA),..,http://api.libreoffice.org)|g' \ < $< > $@ # vim: set noet sw=4 ts=4: /cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/i18n_im.cxx
AgeCommit message (Expand)Author
2019-09-16tdf#42949 Fix IWYU warnings in vcl/unx/generic/*Gabor Kelemen
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2017-12-06loplugin:redundantcastStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-01-27loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-04-21new plugin stylepoliceNoel Grandin
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann