I have got to figure out how to escape quotation marks in m4.

This commit is contained in:
dtb 2022-11-24 13:27:21 -05:00
parent b0bb494dad
commit f2249a0cc1

View File

@ -155,11 +155,11 @@ _bentr(`_link(`A Tutorial Introduction to the Unix Text Editor', `https://vertic
')
_subheader(`find(1)')
_bibliography(`
<UL>
_bentr(`_link(`find', `https://en.wikipedia.org/wiki/Find_(Unix)') (Wikipedia)')
_bentr(`_link(`"Has this only been added in the last 20 years?"', `https://news.ycombinator.com/item?id=10318841')')
_bentr(`<A HREF="http://doc.cat-v.org/unix/find-history">The History of the Design of Unix's Find Command</A>')
')
<LI><A HREF="http://doc.cat-v.org/unix/find-history">The History of the Design of Unix's Find Command</A></LI>
</UL>
_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')')
')
<P>
_man(`make(1)') in modern times is fragmented into the GNU version <I>gmake</I> and the BSD version <I>bmake</I>.
Complex Makefiles may not be useable in both.