From f2249a0cc1d7ea69d3d3961255fda715583b4d18 Mon Sep 17 00:00:00 2001 From: dtb Date: Thu, 24 Nov 2022 13:27:21 -0500 Subject: [PATCH] I have got to figure out how to escape quotation marks in m4. --- wiki/unix/posix.m4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wiki/unix/posix.m4 b/wiki/unix/posix.m4 index eeef4e3..406ebe5 100644 --- a/wiki/unix/posix.m4 +++ b/wiki/unix/posix.m4 @@ -155,11 +155,11 @@ _bentr(`_link(`A Tutorial Introduction to the Unix Text Editor', `https://vertic ') _subheader(`find(1)') -_bibliography(` + _subheader(`echo(1)') _bibliography(` @@ -178,6 +178,9 @@ _bentr(`_link(`Notes on the M4 Macro Language', `https://mbreen.com/m4.html')') ') _subheader(`make(1)') +_bibliography(` +_bentr(`_link(`Lab 06 - Makefiles', `https://cs.brown.edu/courses/csci0330/docs/labs/makefiles.pdf')') +')

_man(`make(1)') in modern times is fragmented into the GNU version gmake and the BSD version bmake. Complex Makefiles may not be useable in both.