Mercurial > cgi-bin > hgweb.cgi > JpegWasher
changeset 46:5de364cb2847
Doc tweaks.
author | David Barts <davidb@stashtea.com> |
---|---|
date | Mon, 04 May 2020 11:06:14 -0700 |
parents | c9cf2b01c91c |
children | 92b60ab62515 |
files | Building.html Makefile.doc custom.tmac |
diffstat | 3 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Building.html Sun May 03 17:36:50 2020 -0700 +++ b/Building.html Mon May 04 11:06:14 2020 -0700 @@ -80,7 +80,7 @@ tools in its PATH).</p> <h3>Compile Kotlin Source and Bundle an App</h3> <p>Just type <code>ant macapp</code>, <code>ant winapp</code>, or <code>ant - deb</code> depending on whether you are building on a Mac, Windows, or + deb</code> depending on whether you are building on a Mac, Windows, or Debian Linux (note that Ubuntu is a Debian variant).</p> <h3>That’s It!</h3> <p>If all went well, a system-specific bundle should be found in the <code>dist</code>
--- a/Makefile.doc Sun May 03 17:36:50 2020 -0700 +++ b/Makefile.doc Mon May 04 11:06:14 2020 -0700 @@ -12,10 +12,10 @@ %.nrf : %.html echo ".so custom.tmac" > $@ - pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' >> $@ + pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' -e 's/^\.SH/.MYSH/' >> $@ %.ps: %.nrf custom.tmac - groff -Tps -t -ms -mpdfmark $< > $@ + groff -Tps -t -mspdf $< > $@ %.pdf : %.ps ps2pdf $<
--- a/custom.tmac Sun May 03 17:36:50 2020 -0700 +++ b/custom.tmac Mon May 04 11:06:14 2020 -0700 @@ -1,5 +1,10 @@ .fam N \" Century Schoolbook. .po 1.25i \" Balance the margins. .nr PI 2n \" More reasonable paragraph indent. +.nr PS 10 .nr GROWPS 3 \" Use vari-sized heading texts. .nr PSINCR 2p \" Ditto. +.de MYSH \" Set headings in Avant Garde Bold. +.SH \\$1 +.ft AB +..