office-gobmx/dmake/man
Vladimir Glazounov f2ed60fe64 INTEGRATION: CWS dmake46 (1.7.2); FILE MERGED
2006/09/21 20:57:36 vq 1.7.2.7: #i67689# Release dmake 4.6.
2006/09/14 16:40:46 vq 1.7.2.6: #i69536# Make clear that .SUFFIXES is not supported by dmake.
2006/08/20 17:30:40 vq 1.7.2.5: #i64569# Improve documentation of the handling of continued makefile lines.
2006/07/29 01:55:39 vq 1.7.2.4: #i67589# Add documentation and NEWS file entry for builtin commands noop
and echo.
2006/07/23 04:27:58 vq 1.7.2.3: #i67689# Bump version to 4.6-cvs.
2006/07/23 03:17:37 vq 1.7.2.2: #i67585# Fix $(nil ...) function macro.
The patch also removes some unneeded code from _exec_call() and adds some
extra documentation about function macros to the dmake man page.
2006/07/10 20:46:07 vq 1.7.2.1: #i66567# Deprecate the obsolete special target .SUFFIXES as it has no
special meaning.
2006-09-25 08:41:40 +00:00
..
dmake.nc INTEGRATION: CWS dmake46 (1.5.2); FILE MERGED 2006-09-25 08:41:29 +00:00
dmake.tf INTEGRATION: CWS dmake46 (1.7.2); FILE MERGED 2006-09-25 08:41:40 +00:00
readme INTEGRATION: CWS ooo20040704 (1.1.1.1.120); FILE MERGED 2004-09-08 15:08:33 +00:00

This directory contains the DMAKE manual page.

The files found here are:

  dmake.tf  - troff source for the manual page, you must use GNU groff
              to typeset it or copy it as dmake.1 into a directory in
              your search path for man pages to view it with the man
              command.

  dmake.nc  - a typeset version of the manual page containing no control
              characters. Generated with:
              "groff -mman -rcR=0 -Tlatin1 -P -bcu dmake.tf > dmake.nc"