office-gobmx/dmake/man
Ivo Hinkelmann 1edd38b016 INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED
2006/06/26 17:48:50 vq 1.6.2.10: #i10000# Fix some typos in dmake man page.
2006/06/16 20:24:27 vq 1.6.2.9: #i66522# Update manpage.
2006/06/16 18:31:06 vq 1.6.2.8: #i65281# Fix comparison with empty string.
2006/06/14 22:43:40 vq 1.6.2.7: #i48087# Add testcases and change man page.
2006/06/13 16:58:25 vq 1.6.2.6: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status.
Document this and regenerate man page.
2006/05/17 04:04:38 vq 1.6.2.5: #i65333# Elaborate on .<suffix> vs. special targets and .INIT and .DONE
that also begin with a dot.
2006/05/16 03:43:51 vq 1.6.2.4: #i65333# Collect .<suffix> description at one place in the man page.
2006/05/15 22:50:48 vq 1.6.2.3: #i48087# Document the current %-target handling.
2006/05/11 03:31:13 vq 1.6.2.2: #i65281# Fix crash on numeric comparison and add testcase.
2006/05/05 21:33:07 vq 1.6.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
2006-06-29 10:25:36 +00:00
..
dmake.nc INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED 2006-06-29 10:25:20 +00:00
dmake.tf INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED 2006-06-29 10:25:36 +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"