merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / util / makefile.mk
blobfbc9d8084029d7cadc8cf63705e8a9fb469f9b67
1 #*************************************************************************
2 #*
3 #* $Workfile:$
4 #*
5 #* Creation date KR 28.06.99
6 #* last change $Author: rt $ $Date: 2006-01-13 16:17:16 $
7 #*
8 #* $Revision: 1.6 $
9 #*
10 #* $Logfile:$
12 #* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
14 #*************************************************************************
16 # edit to match directory level
17 PRJ = ..
18 # same for all makefiles in "helpcontent2"
19 PRJNAME = helpcontent2
20 # uniqe name (module wide);
21 # using a modified form of package should do here
22 TARGET = plain_util
24 # --- Settings -----------------------------------------------------
26 .INCLUDE : settings.mk
27 .INCLUDE : $(PRJ)$/settings.pmk
29 ZIP1TARGET=helpxsl
30 ZIP1FLAGS= -u -r
31 ZIP1DIR=$(PRJ)$/source$/auxiliary
32 ZIP1LIST=main_transform*.xsl idxcaption.xsl idxcontent.xsl
33 # --- Targets ------------------------------------------------------
35 .INCLUDE : target.mk