Hello,
I'm the maintainer of the package gnuplot-nox for arch linux (https://aur.archlinux.org/packages/gnuplot-nox/). The package is designed to have less dependencies than the official one.
The release 5.0 does not contain the file gnuplot.texi which is used to generate the gnuplot.info file that I was providing with the package until now. For this reason I had to add a build dependency to emacs to successfully generate the info file.
In the previous release the texi file was present in the archive, Is it possible to provide it again in the archive ?
gnuplot.texi was removed from the repository 4 years ago (Feb 2011) in accordance with the general policy that generated files (binaries, etc) do not belong there. It can be generated from the source files in the .../docs/ directly via the make target
make gnuplot.texi
or indirectly via the target
make info
Related information from the file README.emacs:
===================
The gnuplot.info from the gnuplot-mode site given above is at least 2 years more recent than anything you could have pulled from the gnuplot repository. I would suggest dropping both gnuplot.texi and gnuplot.info from your gnuplot package and either creating a separate package for gnuplot-mode or an install-time referral to the site above for anyone who wants emacs support.