forked from amazingfate/help
2007/09/04 10:31:25 ufi 1.7.266.6: makefiles 2007/07/30 09:59:50 ufi 1.7.266.5: i80022 2007/07/24 11:11:02 ufi 1.7.266.4: makefiles 2007/07/18 14:29:09 ufi 1.7.266.3: new makefiles 2007/07/17 09:25:50 ufi 1.7.266.2: 78812 2007/06/01 10:39:02 ufi 1.7.266.1: after i72777
49 lines
1.2 KiB
Makefile
49 lines
1.2 KiB
Makefile
#*************************************************************************
|
|
#*
|
|
#* $Workfile:$
|
|
#*
|
|
#* Creation date KR 28.06.99
|
|
#* last change $Author: vg $ $Date: 2007-09-21 10:14:25 $
|
|
#*
|
|
#* $Revision: 1.8 $
|
|
#*
|
|
#* $Logfile:$
|
|
#*
|
|
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
|
|
#*
|
|
#*************************************************************************
|
|
|
|
# edit to match directory level
|
|
PRJ = ..$/..$/..$/..
|
|
# same for all makefiles in "helpcontent2"
|
|
PRJNAME = helpcontent2
|
|
# edit to match the current package
|
|
PACKAGE = text/smath/guide
|
|
# uniqe name (module wide);
|
|
# using a modified form of package should do here
|
|
TARGET = text_smath_guide
|
|
# edit to match the current module
|
|
MODULE = smath
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
.INCLUDE : settings.mk
|
|
.INCLUDE : $(PRJ)$/settings.pmk
|
|
|
|
# this list matches the *.xhp files to process
|
|
XHPFILES = \
|
|
align.xhp \
|
|
attributes.xhp \
|
|
brackets.xhp \
|
|
comment.xhp \
|
|
keyboard.xhp \
|
|
main.xhp \
|
|
newline.xhp \
|
|
parentheses.xhp \
|
|
text.xhp
|
|
|
|
# --- Targets ------------------------------------------------------
|
|
|
|
.INCLUDE : target.mk
|
|
.INCLUDE : $(PRJ)$/makefile.pmk
|