Control: retitle -1 gnuplot.info: all the terminal types are missing because the build directory is not the source directory in Debian Control: found -1 6.0.2+dfsg1-2
Let's give a more detailed title. I recall that the issue comes from the fact that for the build of the Debian gnuplot binary packages, the build directory is not the same as the source directory, while docs/doc2texi.el requires them to be identical. I had provided a simple patch for the build of the Debian package at https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=989028;filename=gnuplot-trm-path.patch;msg=26 which just does Index: gnuplot-5.4.4+dfsg1/docs/doc2texi.el =================================================================== --- gnuplot-5.4.4+dfsg1.orig/docs/doc2texi.el +++ gnuplot-5.4.4+dfsg1/docs/doc2texi.el @@ -116,7 +116,7 @@ ;;; You may need to customize these variables: (defvar d2t-doc-file-name "gnuplot.doc" "Name of the gnuplot.doc file.") -(defvar d2t-terminal-directory (expand-file-name "../term/") +(defvar d2t-terminal-directory (expand-file-name "../../../term/") "Location of .trm files in gnuplot source tree.") A patch to support various locations of the build directory would be more complex. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)