|
From: <tim...@en...> - 2006-06-17 20:18:44
|
Ethan A Merritt wrote:
> I'm having my own battle with 'make distcheck', with regard to the
> recently added X-Resources file.
By the way, as for this file, why not installing it to a standard=20
directory relatively to gnuplot (PREFIX/share/gnuplot/apps-defaults ?),=20
and let 'xrdb' add it to the database ? (or maybe not installing it at al=
l)
Makefile.am would contain :
dist_pkgdata_DATA =3D Gnuplot.app-defaults
and something like :
install-data-local:
xrdb $(pkgdatadir)Gnuplot.app-defaults
Timoth=E9e
|