Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: source-changes
Date: 02/06/2000 06:31:08
Module Name:	xsrc
Committed By:	fredb
Date:		Sun Feb  6 04:31:08 UTC 2000

Modified Files:
	xsrc/xc/doc/specs/Xext: buffer.ms sync.tex
	xsrc/xc/doc/specs/Xserver: analysis.tex secint.tex

Log Message:
Make the docs actually build with our groff, and with the latex-2.09e
included with pkgsrc teTeX.

Adding the following to /usr/xsrc/xc/config/cf/host.def is sufficient
to build all docs on "make build" from within /usr/xsrc, (but most are
still not installed)...

---8<----cut here------------------------------------
#ifndef BuildMiscDocs
# define BuildMiscDocs  YES
#endif

#ifndef BuildSpecsDocs
# define BuildSpecsDocs YES
#endif
-----------------------------------------------------

this works too (bash):

export MISCDIR=misc SPECSDIR=specs TOP=/usr/xsrc/xc
cd /usr/xsrc/xc/doc && xmkmf && make Makefiles && make


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 xsrc/xc/doc/specs/Xext/buffer.ms
cvs rdiff -r1.1.1.2 -r1.2 xsrc/xc/doc/specs/Xext/sync.tex
cvs rdiff -r1.1.1.1 -r1.2 xsrc/xc/doc/specs/Xserver/analysis.tex \
    xsrc/xc/doc/specs/Xserver/secint.tex

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.