comparison Makefile.docs @ 48:35fb8de77c7d

Is it finally generating decent PDF's?
author David Barts <davidb@stashtea.com>
date Mon, 04 May 2020 18:12:59 -0700
parents 92b60ab62515
children
comparison
equal deleted inserted replaced
47:92b60ab62515 48:35fb8de77c7d
13 %.nrf : %.html 13 %.nrf : %.html
14 echo ".so custom.tmac" > $@ 14 echo ".so custom.tmac" > $@
15 pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' -e 's/^\.SH/.MYSH/' >> $@ 15 pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' -e 's/^\.SH/.MYSH/' >> $@
16 16
17 %.ps: %.nrf custom.tmac 17 %.ps: %.nrf custom.tmac
18 groff -Tps -t -mspdf $< > $@ 18 groff -Tps -t -ms $< > $@
19 19
20 %.pdf : %.ps 20 %.pdf : %.ps
21 ps2pdf $< 21 ps2pdf $<