aboutsummaryrefslogtreecommitdiff
path: root/share/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* share: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* In preparation for the removal of the roff toolchain, disconnect theBaptiste Daroussin2017-05-251-5/+0
| | | | | | | | | | | | | | | | | roff documentation from the build. Those documents will be added to the doc tree and distributed as PDF from the documentation website. As they are valuable has history, but do not match current FreeBSD Further more, the ascii format we were using to distribute them is not really accurate for such documents. more details: https://lists.freebsd.org/pipermail/freebsd-arch/2017-May/018211.html Notes: svn path=/head/; revision=318881
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-151-0/+2
| | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=289393
* Integrate pjdfstest test suite execution into kyuaEnji Cooper2014-11-031-0/+2
| | | | | | | | | | | | | | | | | pjdfstest execution is opt-in and must be done as root due to some of the assumptions made by the test suite and lack of error checking in the non-root case A description of how to execute pjdfstest with kyua is provided in share/pjdfstest/README Phabric: D824 (an earlier prototype patch) MFC after: 1 month Relnotes: yes Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=274016
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Subsume the functionality of MK_ATF into MK_TESTS.Julio Merino2013-11-081-1/+1
| | | | | | | | | | | | | There is no reason to keep the two knobs separate: if tests are enabled, the ATF libraries are required; and if tests are disabled, the ATF libraries are not necessary. Keeping the two just serves to complicate the build. Reviewed by: freebsd-testing Approved by: rpaulo (mentor) Notes: svn path=/head/; revision=257850
* Remove BIND.Dag-Erling Smørgrav2013-09-301-5/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-221-1/+14
| | | | | | | | | | | | | | | | | | | | but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@ Notes: svn path=/head/; revision=241823
* 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