Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/PSD.doc Define some of the missing macros. The ...
details: https://anonhg.NetBSD.org/src/rev/2d970c4b8c28
branches: trunk
changeset: 332613:2d970c4b8c28
user: christos <christos%NetBSD.org@localhost>
date: Tue Sep 30 21:33:14 2014 +0000
description:
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...
diffstat:
usr.bin/make/PSD.doc/tutorial.ms | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r b413f54d4647 -r 2d970c4b8c28 usr.bin/make/PSD.doc/tutorial.ms
--- a/usr.bin/make/PSD.doc/tutorial.ms Tue Sep 30 20:54:11 2014 +0000
+++ b/usr.bin/make/PSD.doc/tutorial.ms Tue Sep 30 21:33:14 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index