diff --git a/garlic/doc/Makefile b/garlic/doc/Makefile index e30f27e..36e6eeb 100644 --- a/garlic/doc/Makefile +++ b/garlic/doc/Makefile @@ -1,9 +1,8 @@ all: execution.pdf execution.txt %.pdf: %.ms - groff -ms -t -p -Tpdf $^ > $@ - #pdfms $^ 2>&1 >$@ | sed 's/^troff: //g' - killall -HUP mupdf + groff -ms -t -Tpdf $^ > $@ + #killall -HUP mupdf %.txt: %.ms - groff -ms -t -p -Tutf8 $^ > $@ + groff -ms -t -Tutf8 $^ > $@