# HG changeset patch
# User David Barts
Just type ant macapp
, ant winapp
, or ant
- deb
depending on whether you are building on a Mac, Windows, or
+ deb depending on whether you are building on a Mac, Windows, or
Debian Linux (note that Ubuntu is a Debian variant).
If all went well, a system-specific bundle should be found in the dist
diff -r c9cf2b01c91c -r 5de364cb2847 Makefile.doc
--- 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 $<
diff -r c9cf2b01c91c -r 5de364cb2847 custom.tmac
--- 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
+..