Update ooo320-m1
[ooovba.git] / helpcontent2 / source / text / simpress / guide / makefile.mk
blob2432a526535894da9b8bd71a1465f6e6eacae3e4
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/simpress/guide
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_simpress_guide
41 # edit to match the current module
42 MODULE = simpress
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 3d_create.xhp \
52 animated_gif_create.xhp \
53 animated_gif_save.xhp \
54 animated_objects.xhp \
55 animated_slidechange.xhp \
56 arrange_slides.xhp \
57 background.xhp \
58 change_scale.xhp \
59 footer.xhp \
60 gluepoints.xhp \
61 html_export.xhp \
62 html_import.xhp \
63 individual.xhp \
64 keyboard.xhp \
65 layer_move.xhp \
66 layer_new.xhp \
67 layer_tipps.xhp \
68 layers.xhp \
69 line_arrow_styles.xhp \
70 line_draw.xhp \
71 line_edit.xhp \
72 main.xhp \
73 masterpage.xhp \
74 move_object.xhp \
75 orgchart.xhp \
76 page_copy.xhp \
77 palette_files.xhp \
78 print_tofit.xhp \
79 printing.xhp \
80 rehearse_timings.xhp \
81 select_object.xhp \
82 show.xhp \
83 table_insert.xhp \
84 text2curve.xhp \
85 vectorize.xhp
87 # --- Targets ------------------------------------------------------
89 .INCLUDE : target.mk
90 .INCLUDE : $(PRJ)$/makefile.pmk