Update ooo320-m1
[ooovba.git] / helpcontent2 / source / text / swriter / makefile.mk
blob67d91604391876c0fe7b185d9974bce08125d80e
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.template,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 # edit to match directory level
33 PRJ = ..$/..$/..
34 # same for all makefiles in "helpcontent2"
35 PRJNAME = helpcontent2
36 # edit to match the current package
37 PACKAGE = text/swriter
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_swriter
41 # edit to match the current module
42 MODULE = swriter
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 main0000.xhp \
52 main0100.xhp \
53 main0101.xhp \
54 main0102.xhp \
55 main0103.xhp \
56 main0104.xhp \
57 main0105.xhp \
58 main0106.xhp \
59 main0107.xhp \
60 main0110.xhp \
61 main0200.xhp \
62 main0202.xhp \
63 main0203.xhp \
64 main0204.xhp \
65 main0205.xhp \
66 main0206.xhp \
67 main0208.xhp \
68 main0210.xhp \
69 main0213.xhp \
70 main0214.xhp \
71 main0215.xhp \
72 main0216.xhp \
73 main0220.xhp \
74 main0503.xhp
76 # --- Targets ------------------------------------------------------
78 .INCLUDE : target.mk
79 .INCLUDE : $(PRJ)$/makefile.pmk