summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:35:13 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:35:13 +0000
commiteeacf10898588b052cdf3c6e8fbbbef87d5e4493 (patch)
tree3588c71cb24334a7fee67fcaa595c166e1638832 /dmake
parent540df8ab44f31e050471ebefb1d0423560034580 (diff)
INTEGRATION: CWS dmake412_DEV300 (1.12.2); FILE MERGED
2008/02/26 23:37:49 vq 1.12.2.3: #i83497# Release dmake 4.12. 2008/02/07 19:50:02 vq 1.12.2.2: #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting. 2007/11/09 15:50:50 vq 1.12.2.1: #i83497# Bump version to 4.12-cvs.
Diffstat (limited to 'dmake')
-rw-r--r--dmake/man/dmake.tf7
1 files changed, 4 insertions, 3 deletions
diff --git a/dmake/man/dmake.tf b/dmake/man/dmake.tf
index 60289f3a0829..981d82fc0609 100644
--- a/dmake/man/dmake.tf
+++ b/dmake/man/dmake.tf
@@ -19,7 +19,7 @@
.IP "\\$1" \\n[dmake-indent]u
.it 1 PD
..
-.TH DMAKE 1 "2007-10-13" "Dmake Version 4.11"
+.TH DMAKE 1 "2008-02-26" "Dmake Version 4.12"
.SH NAME
\fBdmake\fR \- maintain program groups, or interdependent files
.SH SYNOPSIS
@@ -719,8 +719,9 @@ environments ignore this attribute.)
Under Cygwin it can be useful to generate Windows style paths (with
regular slashes) instead of the default cygwin style (POSIX) paths
for dmake's dynamic macros.
-The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD), $(MAKEDIR)
-and $(TMD). This feature can be used to create DOS style path parameters
+The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(MAKEDIR), $(PWD),
+$(TMD), $(TMPFILE) and the $(mktmp ...) function macro.
+This feature can be used to create DOS style path parameters
for native W32 programs from dynamic macros.
.sp
\fBNote\fP that the Windows style paths use regular slashes ('/') instead