blob: 643edd2ef0622672139040ceffc4931d7620f2c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* host.def for building the common component of the XFree86 bindists.
*
* The settings here require the following to be installed:
*
* - XFree86 doctools package (requires groff)
* - nroff/troff or groff
*
* $XFree86: xc/programs/Xserver/hw/xfree86/etc/bindist/common/host.def,v 1.5 2000/11/28 18:50:22 dawes Exp $
*/
#define HasSgmlFmt YES
#define BuildAllDocs YES
#define InstallJapaneseDocs YES
#define BuildSpecsDocs YES
#define SpecsDocDirs BDF CTEXT FSProtocol ICCCM \
/*XProtocol*/ Xserver X11 XDMCP XLFD Xaw \
Xmu Xt Xext /*Xi*/ xfs /*PEX5*/ ICE SM xtrans \
xterm rstart GL Xv /*i18n*/ programs
|