diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-10 22:15:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-10-10 22:15:04 +0000 |
commit | 446fa13f697c06c3f267d1a3c9d3e08af4e24b92 (patch) | |
tree | 738fda0493909a297ea43327bcaab92e634c917f /distrib/notes | |
parent | d3ba925f6365f11ab9e276fc35db4222a5a415da (diff) |
Provide the ability to insert extra notes in the Xserv.tgz set description.
Will be needed shortly.
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/m4.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 1dad88e3f94..79cc359f707 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.23 2001/10/07 21:50:50 miod Exp $ +dnl $OpenBSD: m4.common,v 1.24 2001/10/10 22:15:03 miod Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -157,11 +157,11 @@ define({:-OpenBSDxfont-:}, {:- xfont{:--:}OSrev This set includes all of the X fonts.showsize($1,$2)-:})dnl dnl dnl -dnl OpenBSDxserv( compressed size, uncompressed size ) +dnl OpenBSDxserv(compressed size,uncompressed size,optional extra notes) dnl Describes xservXX.tgz. dnl define({:-OpenBSDxserv-:}, -{:- xserv{:--:}OSrev This set includes all of the X servers.showsize($1,$2)-:})dnl +{:- xserv{:--:}OSrev This set includes all of the X servers.$3{:--:}showsize($1,$2)-:})dnl dnl dnl dnl Floppy and bootable cdrom stuff |