diff Makefile.doc @ 46:5de364cb2847

Doc tweaks.
author David Barts <davidb@stashtea.com>
date Mon, 04 May 2020 11:06:14 -0700
parents 3d86f0391168
children
line wrap: on
line diff
--- 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 $<