1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Warn that PDF generation is not possible packaged gnuplot, due to the
missing pdflib (closes: #478677)
-- Thomas Weber <thomas.weber.mail@gmail.com> Sat, 24 May 2008 13:49:51 +0200
--- a/scripts/plot/util/print.m
+++ b/scripts/plot/util/print.m
@@ -172,6 +172,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,
|