1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28# edit to match directory level 29PRJ = ..$/..$/..$/.. 30# same for all makefiles in "helpcontent2" 31PRJNAME = helpcontent2 32# edit to match the current package 33PACKAGE = text/shared/00 34# uniqe name (module wide); 35# using a modified form of package should do here 36TARGET = text_shared_00 37# edit to match the current module 38MODULE = shared 39 40# --- Settings ----------------------------------------------------- 41 42.INCLUDE : settings.mk 43.INCLUDE : $(PRJ)$/settings.pmk 44 45# this list matches the *.xhp files to process 46XHPFILES = \ 47 00000001.xhp \ 48 00000002.xhp \ 49 00000003.xhp \ 50 00000004.xhp \ 51 00000005.xhp \ 52 00000007.xhp \ 53 00000010.xhp \ 54 00000011.xhp \ 55 00000020.xhp \ 56 00000021.xhp \ 57 00000099.xhp \ 58 00000200.xhp \ 59 00000206.xhp \ 60 00000207.xhp \ 61 00000208.xhp \ 62 00000210.xhp \ 63 00000215.xhp \ 64 00000401.xhp \ 65 00000402.xhp \ 66 00000403.xhp \ 67 00000404.xhp \ 68 00000406.xhp \ 69 00000407.xhp \ 70 00000408.xhp \ 71 00000409.xhp \ 72 00000450.xhp \ 73 00040500.xhp \ 74 00040501.xhp \ 75 00040502.xhp \ 76 00040503.xhp \ 77 01000000.xhp \ 78 01010000.xhp \ 79 01020000.xhp \ 80 01050000.xhp \ 81 icon_alt.xhp 82 83# --- Targets ------------------------------------------------------ 84 85.INCLUDE : target.mk 86.INCLUDE : tg_help.mk 87