aboutsummaryrefslogtreecommitdiff
path: root/share/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revive the LLVM and Clang license files, which were removed in myDimitry Andric2011-09-291-1/+5
| | | | | | | | | | | | too-thorough cleanup of unused files, in r213695. Also make sure these get installed under /usr/share/doc. Submitted by: rwatson, brooks Pointy hat to: dim MFC after: 3 days Notes: svn path=/head/; revision=225880
* Flesh out WITHOUT_GROFF support to DTRT.Ulrich Spörlein2011-02-221-1/+6
| | | | | | | | | | | | | | | A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system. vgrind(1) is tightly coupled to a roff processor and will not be built/installed when groff is disabled. Also much of the roff'ed documentation under share/doc will not be built/installed when WITHOUT_GROFF is defined. Reviewed by: ru (partial) Notes: svn path=/head/; revision=218941
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aFlorent Thoumie2007-03-021-1/+1
| | | | | | | | | | | | | | | | uuencoded format along with their respective LICENSE files. - Add new share/doc/legal directory to BSD.usr.dist mtree file. This is the place we install LICENSE files for restricted firmwares. - Teach firmware(9) and kmod.mk about licensed firmwares. Restricted firmwares won't load properly unless legal.<name>.license_ack is set to 1, either via kenv(1) or /boot/loader.conf. Reviewed by: mlaier, sam Permitted by: Intel (via Andrew Wilson) MFC after: 1 month Notes: svn path=/head/; revision=167165
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Ruslan teaches me yet another useful fact. "Please sort these lexically"Doug Barton2004-09-251-1/+1
| | | | | | | does NOT mean in Unix-caps-first order. Notes: svn path=/head/; revision=135789
* Install the documentation for bind9, and remove the /usr/share/doc/bindDoug Barton2004-09-251-1/+5
| | | | | | | | | directory from mtree while we're at it. Help, advice, and code from: ru, des Notes: svn path=/head/; revision=135778
* Sort SUBDIR list.Ruslan Ermilov2002-10-291-3/+2
| | | | | | | Don't mention SGML docs which now live elsewhere. Notes: svn path=/head/; revision=106144
* The default format for troff documentation is set with PRINTERDEVICE.Ruslan Ermilov2000-11-241-2/+2
| | | | Notes: svn path=/head/; revision=69121
* Add "IPv6" to SUBDIR, and also add the Makefile for IPv6 dir,Yoshinobu Inoue2000-03-021-1/+1
| | | | | | | | | | to make the file IMPLEMENTATION to be installed to /usr/share/doc/IPv6. PR: docs/17120 Kindly Submitted by: phantom Notes: svn path=/head/; revision=57687
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Disconnect the FAQ and handbook from the makefiles and remove the files.Peter Wemm1997-05-231-18/+2
| | | | | | | | | | | | The FAQ and handbook have been repository copied to their own top-level ("doc") directory in the cvs tree which will not be branched so as to avoid the syncing problems. At some point, the sgml text will require formatting tools that will be from ports rather than the main source tree. Requested by: jfieber, jkh Notes: svn path=/head/; revision=26062
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22985
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add support for NLS document building.Satoshi Asami1996-12-181-1/+17
| | | | | | | | | | | | | | | | | | | | | Here's the logic (mostly suggested by John Fieber): @ If ALLLANG is defined, descend to all language-specific subdirs too. @ If ALLLANG is not defined, but LANG is defined and a subdirectory with that name exists, descend to that directory too. @ In either case, the default subdirectories are always traversed. Right now there's only one subdirectory (ja_JP.EUC) with one document (handbook). Note these changes won't do anything if you don't have ALLLANG defined or LANG set to ja_JP.EUC. The make world for releases is expected to define ALLLANG, so all language- specific documentation can be built (and be put in appropriate *dists). This should be in 2.2. Notes: svn path=/head/; revision=20624
* Turn the FAQ and handbook back on.John Fieber1996-09-081-2/+2
| | | | Notes: svn path=/head/; revision=18173
* Turn off the FAQ and handbook for a bit.John Fieber1996-09-081-2/+2
| | | | Notes: svn path=/head/; revision=18166
* Add a hint about generating postscript docs.John Fieber1995-10-181-1/+6
| | | | | | | Submitted by: "Julian H. Stacey" <jhs@freebsd.org> Notes: svn path=/head/; revision=11560
* Remove hacks that go over the doc tree multiple times.John Fieber1995-10-151-23/+1
| | | | | | | If you need docs in a non-default format, do `make PRINTER=myformat'. Notes: svn path=/head/; revision=11514
* Add FAQ and handbook.John Fieber1995-09-271-2/+2
| | | | Notes: svn path=/head/; revision=11030
* Fix bogus tab.Jordan K. Hubbard1995-01-241-2/+2
| | | | Notes: svn path=/head/; revision=5821
* Silence `make -ss'.Bruce Evans1995-01-141-5/+5
| | | | Notes: svn path=/head/; revision=5587
* Always make the papers. Automatically make both PostScript and ASCII versionsGarrett Wollman1995-01-111-3/+24
| | | | | | | of each document, and install both on request. Notes: svn path=/head/; revision=5493
* BSD 4.4 Lite Share SourcesRodney W. Grimes1994-05-301-0/+7
Notes: svn path=/head/; revision=1638