|
From: Lars H. <lhe...@us...> - 2007-11-26 17:31:43
|
Ethan Merritt writes: > On Monday 26 November 2007 08:58, Allin Cottrell wrote: > > Small issue: term/Makefile.am.in needs to have utf-8.ps added to > > the list of headers to be installed, in the postscript_DATA > > section. Otherwise it doesn't get installed and term post fails > > for encoding utf8. > > It seems error-prone to require modification of all the build scripts > every time a file is added to this directory. > > Could some autotools guru please change the Makefile template so > that the entire contents of the .../term/PostScript directory are > installed? Not a good idea - if, for any reason, random rubbish ends up in the directory, it will get installed. But I can change this so that all .ps and .txt files get installed. Any others? What about the .map files? |