Re: X11.tmpl wrong for mkfontscale/dir ?

2003-06-30 Thread Kean Johnston
Kean Johnston wrote: Attached is a patch that implements these options in mkfontscale, as well as improving slightly the semantics of mkfontdir. Also fix two pre-processor bugs in X11.tmpl that cause imake warnings. By the way this patch changes (as you can see) the variable dirname to dname, as

Re: X11.tmpl wrong for mkfontscale/dir ?

2003-06-30 Thread Kean Johnston
-n -r -p are documented in man mkfontdir, but "-n" and "-r" aren't implemented in mkfontscale. Thus bug #387 is not complete yet. Attached is a patch that implements these options in mkfontscale, as well as improving slightly the semantics of mkfontdir. Also fix two pre-processor bugs in X11.tmp

Re: X11.tmpl wrong for mkfontscale/dir ?

2003-06-30 Thread Dr Andrew C Aitchison
On Mon, 30 Jun 2003, Kean Johnston wrote: > All, > > I just pulled from the cvs head (well yesterday afternoon, or about 12 > hours ago) and the build is failing becuase X11.tmpl. at about line > 3675, has: > RunProgram(MKFONTDIR, -n -r -p inst/ $$E .)) > > But MKFONTDIR is expanding to mk

Re: X11.tmpl wrong for mkfontscale/dir ?

2003-06-30 Thread Kean Johnston
Kean Johnston wrote: All, I just pulled from the cvs head (well yesterday afternoon, or about 12 hours ago) and the build is failing becuase X11.tmpl. at about line 3675, has: RunProgram(MKFONTDIR, -n -r -p inst/ $$E .)) But MKFONTDIR is expanding to mkfontscale, which doesn't support these

X11.tmpl wrong for mkfontscale/dir ?

2003-06-30 Thread Kean Johnston
All, I just pulled from the cvs head (well yesterday afternoon, or about 12 hours ago) and the build is failing becuase X11.tmpl. at about line 3675, has: RunProgram(MKFONTDIR, -n -r -p inst/ $$E .)) But MKFONTDIR is expanding to mkfontscale, which doesn't support these options. Thats becua