1#############################################################################
2# Software Testing Automation Framework (STAF)                              #
3# (C) Copyright IBM Corp. 2001                                              #
4#                                                                           #
5# This software is licensed under the Eclipse Public License (EPL) V1.0.    #
6#############################################################################
7
8staftcldocs_targets += $(REL)/docs/staf/STAFTcl.htm
9Targets += $(staftcldocs_targets)
10CleanupTargets += cleanup_staftcldocs
11
12$(staftcldocs_targets): SUBSYS_REL := docs
13SUBSYS_REL := docs
14
15$(REL)/docs/staf/STAFTcl.htm: $(SR_SRC)/STAFTcl.htm
16	$(COPY_FILE)
17
18cleanup_staftcldocs:
19	-@$(DEL) $(REL)/docs/staf/STAFTcl.htm $(OUT_ERR_TO_DEV_NULL)
20