From: Debian Octave Group Date: Mon, 1 Dec 2014 20:25:52 +0000 (+0000) Subject: no_pdf_in_print X-Git-Tag: archive/raspbian/4.4.1-6+rpi1~1^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21f4849c49805f434cdbd7dd1a9ccc8355f3d80a;p=octave.git no_pdf_in_print Warn that PDF generation is not possible packaged gnuplot, due to the missing pdflib (closes: #478677) -- Thomas Weber Sat, 24 May 2008 13:49:51 +0200 Gbp-Pq: Name no_pdf_in_print.diff --- diff --git a/scripts/plot/util/print.m b/scripts/plot/util/print.m index 661c780f..d0937445 100644 --- a/scripts/plot/util/print.m +++ b/scripts/plot/util/print.m @@ -165,6 +165,9 @@ ## ## @item pdf ## Portable document format +## +## NOTE: The gnuplot binary as shipped by Debian cannot create PDF files, see http://bugs.debian.org/478677 +## ## @end table ## ## If the device is omitted, it is inferred from the file extension,