Files
help/helpcontent2/source/text/shared/makefile.mk
Jens-Heiner Rechtien 9fb63ea2db INTEGRATION: CWS hcshared01 (1.9.64); FILE MERGED
2006/06/15 06:34:09 ufi 1.9.64.8: test
2006/05/19 12:46:38 ufi 1.9.64.7: 57809
2006/05/16 15:51:06 ufi 1.9.64.6: *** empty log message ***
2006/05/10 11:52:15 ufi 1.9.64.5: *** empty log message ***
2006/05/09 10:17:10 ufi 1.9.64.4: testing_base
2006/04/05 10:01:01 ufi 1.9.64.3: *** empty log message ***
2006/03/24 13:50:05 ufi 1.9.64.2: *** empty log message ***
2006/02/16 13:15:07 ufi 1.9.64.1: make
2006-08-14 14:05:42 +00:00

57 lines
1.3 KiB
Makefile

#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: hr $ $Date: 2006-08-14 15:05:42 $
#*
#* $Revision: 1.10 $
#*
#* $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/shared
# uniqe name (module wide);
# using a modified form of package should do here
TARGET = text_shared
# edit to match the current module
MODULE = shared
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk
# this list matches the *.xhp files to process
XHPFILES = \
3dsettings_toolbar.xhp \
fontwork_toolbar.xhp \
main0108.xhp \
main0201.xhp \
main0208.xhp \
main0209.xhp \
main0212.xhp \
main0213.xhp \
main0214.xhp \
main0226.xhp \
main0227.xhp \
main0400.xhp \
main0500.xhp \
main0600.xhp \
main0650.xhp \
main0800.xhp \
tree_strings.xhp
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/makefile.pmk