Mercurial > cgi-bin > hgweb.cgi > JpegWasher
diff 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 |
line wrap: on
line diff
--- a/Makefile.docs Mon May 04 11:06:44 2020 -0700 +++ b/Makefile.docs Mon May 04 18:12:59 2020 -0700 @@ -15,7 +15,7 @@ pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' -e 's/^\.SH/.MYSH/' >> $@ %.ps: %.nrf custom.tmac - groff -Tps -t -mspdf $< > $@ + groff -Tps -t -ms $< > $@ %.pdf : %.ps ps2pdf $<