diff --git a/makefile b/makefile index 71dca51..76b80e0 100644 --- a/makefile +++ b/makefile @@ -82,6 +82,7 @@ flawfinder.ps: flawfinder.1 man -t ./flawfinder.1 > flawfinder.ps flawfinder.pdf: flawfinder.ps + which ps2pdf # Ensure we have ps2pdf installed (from ghostscript) ps2pdf flawfinder.ps flawfinder.pdf # Not built by default, since man2html is not widely available