diff options
Diffstat (limited to 'source/text/shared/02/makefile.mk')
-rw-r--r-- | source/text/shared/02/makefile.mk | 186 |
1 files changed, 0 insertions, 186 deletions
diff --git a/source/text/shared/02/makefile.mk b/source/text/shared/02/makefile.mk deleted file mode 100644 index 416d81fae2..0000000000 --- a/source/text/shared/02/makefile.mk +++ /dev/null @@ -1,186 +0,0 @@ -# -# 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/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -# edit to match directory level -PRJ = ..$/..$/..$/.. -# same for all makefiles in "helpcontent2" -PRJNAME = helpcontent2 -# edit to match the current package -PACKAGE = text/shared/02 -# uniqe name (module wide); -# using a modified form of package should do here -TARGET = text_shared_02 -# edit to match the current module -MODULE = shared - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/settings.pmk - -# this list matches the *.xhp files to process -XHPFILES = \ - 01110000.xhp \ - 01140000.xhp \ - 01170000.xhp \ - 01170001.xhp \ - 01170002.xhp \ - 01170003.xhp \ - 01170004.xhp \ - 01170100.xhp \ - 01170101.xhp \ - 01170102.xhp \ - 01170103.xhp \ - 01170200.xhp \ - 01170201.xhp \ - 01170202.xhp \ - 01170203.xhp \ - 01170300.xhp \ - 01170400.xhp \ - 01170500.xhp \ - 01170600.xhp \ - 01170700.xhp \ - 01170800.xhp \ - 01170801.xhp \ - 01170802.xhp \ - 01170900.xhp \ - 01170901.xhp \ - 01170902.xhp \ - 01170903.xhp \ - 01170904.xhp \ - 01171000.xhp \ - 01171100.xhp \ - 01171200.xhp \ - 01171300.xhp \ - 01171400.xhp \ - 01220000.xhp \ - 01230000.xhp \ - 02010000.xhp \ - 02020000.xhp \ - 02030000.xhp \ - 02040000.xhp \ - 02050000.xhp \ - 02130000.xhp \ - 02140000.xhp \ - 02160000.xhp \ - 02170000.xhp \ - 03110000.xhp \ - 03120000.xhp \ - 03130000.xhp \ - 03140000.xhp \ - 03150000.xhp \ - 03200000.xhp \ - 04210000.xhp \ - 05020000.xhp \ - 05090000.xhp \ - 05110000.xhp \ - 06050000.xhp \ - 06060000.xhp \ - 06100000.xhp \ - 06110000.xhp \ - 06120000.xhp \ - 07010000.xhp \ - 07060000.xhp \ - 07070000.xhp \ - 07070100.xhp \ - 07070200.xhp \ - 07080000.xhp \ - 07090000.xhp \ - 08010000.xhp \ - 08020000.xhp \ - 09010000.xhp \ - 09020000.xhp \ - 09030000.xhp \ - 09060000.xhp \ - 09070000.xhp \ - 09070100.xhp \ - 09070200.xhp \ - 09070300.xhp \ - 09070400.xhp \ - 10010000.xhp \ - 10020000.xhp \ - 10030000.xhp \ - 10040000.xhp \ - 10100000.xhp \ - 12000000.xhp \ - 12010000.xhp \ - 12020000.xhp \ - 12030000.xhp \ - 12040000.xhp \ - 12050000.xhp \ - 12070000.xhp \ - 12070100.xhp \ - 12070200.xhp \ - 12070300.xhp \ - 12080000.xhp \ - 12090000.xhp \ - 12090100.xhp \ - 12090101.xhp \ - 12100000.xhp \ - 12100100.xhp \ - 12100200.xhp \ - 12110000.xhp \ - 12120000.xhp \ - 12130000.xhp \ - 12140000.xhp \ - 13010000.xhp \ - 13020000.xhp \ - 14010000.xhp \ - 14020000.xhp \ - 14020100.xhp \ - 14020200.xhp \ - 14030000.xhp \ - 14040000.xhp \ - 14050000.xhp \ - 14060000.xhp \ - 14070000.xhp \ - 18010000.xhp \ - 18030000.xhp \ - 19090000.xhp \ - 20020000.xhp \ - 20030000.xhp \ - 20040000.xhp \ - 20050000.xhp \ - 20060000.xhp \ - 20090000.xhp \ - 20100000.xhp \ - 24010000.xhp \ - 24020000.xhp \ - 24030000.xhp \ - 24040000.xhp \ - 24050000.xhp \ - 24060000.xhp \ - 24070000.xhp \ - 24080000.xhp \ - 24090000.xhp \ - 24100000.xhp \ - basicshapes.xhp \ - blockarrows.xhp \ - callouts.xhp \ - colortoolbar.xhp \ - flowcharts.xhp \ - fontwork.xhp \ - more_controls.xhp \ - paintbrush.xhp \ - stars.xhp \ - symbolshapes.xhp - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : tg_help.mk |