Subject: Re: XFree 4 & html manpages
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Frederick Bruckman <fb@enteract.com>
List: tech-x11
Date: 04/01/2001 10:45:49
On Sun, 1 Apr 2001, Hubert Feyrer wrote:

> On Sat, 31 Mar 2001, Frederick Bruckman wrote:
> > I believe you could add
> > #define BuildHtmlManPages NO
> >
> > to "NetBSD.cf", as is already done in linux.cf. Users could override
> > ...
>
> This seems to work fine. Are there any objections to commit this to our
> xsrc? Please speak up if so, else I'll commit the change below in a few
> days.

Why no "rman"? I've already added a "USE_RMAN" macro in bsd.pkg.mk, so
it's no problem to built it. If you leave it in, the user can override
in "/usr/X11R6/lib/X11/config/host.def" and still build the html pages
for packages, even if they're not built for all xsrc.

> --- NetBSD.cf	Sat Jan 13 16:44:52 2001
> +++ /tmp/NetBSD.cf	Sun Apr  1 16:47:32 2001
> @@ -516,6 +516,17 @@
>  #define BuildServer	NO
>  #endif
>
> +/*
> + * General settings
> + */
>  #ifndef SharedLibXdmGreet
>  #define SharedLibXdmGreet NO
> +#endif
> +
> +#ifndef BuildHtmlManPages
> +#define BuildHtmlManPages NO		/* We don't want HTML manpages */
> +#endif
> +
> +#ifndef BuildRman
> +#define BuildRman NO			/* No HTML manpages, no rman */
>  #endif


Frederick