Module Name:    src
Committed By:   christos
Date:           Tue Sep 30 21:33:14 UTC 2014

Modified Files:
        src/usr.bin/make/PSD.doc: tutorial.ms

Log Message:
Define some of the missing macros. The only error now is:

    213: warning: can't find font `C'

Because the CW macro wants to use a constant width font is "ascii" mode,
and this does not exist with -Tascii. I don't think this should be fixed
here...


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/make/PSD.doc/tutorial.ms

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/PSD.doc/tutorial.ms
diff -u src/usr.bin/make/PSD.doc/tutorial.ms:1.11 src/usr.bin/make/PSD.doc/tutorial.ms:1.12
--- src/usr.bin/make/PSD.doc/tutorial.ms:1.11	Thu Aug 18 11:19:30 2011
+++ src/usr.bin/make/PSD.doc/tutorial.ms	Tue Sep 30 17:33:14 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tutorial.ms,v 1.11 2011/08/18 15:19:30 sjg Exp $
+.\"	$NetBSD: tutorial.ms,v 1.12 2014/09/30 21:33:14 christos Exp $
 .\" Copyright (c) 1988, 1989, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -67,6 +67,16 @@
 .\"
 .EH 'PSD:12-%''PMake \*- A Tutorial'
 .OH 'PMake \*- A Tutorial''PSD:12-%'
+.\" Ix is an indexing macro similar to .IX but I've disabled it for now
+.\" Since that would require 2 passes and I am not in the mood for that.
+.de Ix
+..
+.\" Rd is section (region) define and Rm is region mention? Again disable for
+.\" now.
+.de Rd
+..
+.de Rm
+..
 .\" xH is a macro to provide numbered headers that are automatically stuffed
 .\" into a table-of-contents, properly indented, etc. If the first argument
 .\" is numeric, it is taken as the depth for numbering (as for .NH), else

Reply via email to