Files
help/helpcontent2/source/text/smath/guide/makefile.mk
Vladimir Glazounov 59ff2b2a0f INTEGRATION: CWS hcshared15 (1.8.22); FILE MERGED
2008/01/15 10:46:19 ufi 1.8.22.4: closing
2008/01/11 14:00:27 ufi 1.8.22.3: new makefiles und zwischenstand
2007/12/06 12:11:36 ufi 1.8.22.2: new makefiles
2007/12/06 10:46:46 ufi 1.8.22.1: vor resync
2008-01-24 13:14:18 +00:00

50 lines
1.2 KiB
Makefile

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: vg $ $Date: 2008-01-24 14:14:18 $
#*
#* $Revision: 1.9 $
#*
#* $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 \
limits.xhp \
main.xhp \
newline.xhp \
parentheses.xhp \
text.xhp
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/makefile.pmk