aboutsummaryrefslogtreecommitdiff
path: root/release/doc/share/mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove release-related documentation from the base repository,Glen Barber2017-10-051-54/+0
| | | | | | | | | moved to the doc repository (see revisions r51045:r51061). Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=324338
* Add a toc.section.depth=3 parameter to use the same ToC depth as DocBookHiroki Sato2015-02-021-0/+1
| | | | | | | | | DSSSL stylesheet. Reported by: gjb Notes: svn path=/head/; revision=278101
* Change how the recommended mailing list to track isGlen Barber2014-09-091-0/+2
| | | | | | | | | | | | | | | added to the footer of the release/doc/ pages by moving a hard-coded value (that is subject to human error to change) to release.ent where other values are regularly changed, and adding parsing logic to release.xsl. Approved by: re (implicit) MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=271331
* - Purge old translations.Hiroki Sato2014-01-141-3/+6
| | | | | | | | | | - Add missing footer due to DSSSL->XSLT migration and use XML catalog to resolve URI[*]. Based on the work by: gabor [*] Notes: svn path=/head/; revision=260653
* - Update the release notes to DocBook 4.5 XML to build with theGabor Kovesdan2013-05-171-7/+16
| | | | | | | updated documentation tree Notes: svn path=/head/; revision=250746
* - Rename .sgml files to .xml to track the recent doc changesGabor Kovesdan2012-10-011-9/+9
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=241096
* Bump version numbers and update descriptions for the 9-CURRENTHiroki Sato2009-10-151-17/+0
| | | | | | | | world. The %[no]include.historic knobs are removed because they are not used for a long time. Notes: svn path=/head/; revision=198114
* Add support for auto-generating hardware notes entries in aBruce A. Mah2007-02-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | manner consistent with the new MI-style hardware notes document. man2hwnotes.pl now defaults to generating entities for the MI-style hardware notes (i.e. hardware/article.sgml). A new -c option causes it to generate entities for the older MD-style hardware notes (i.e. hardware/common/dev.sgml). The Makefile infrastructure supplies the -c option to man2hwnotes.pl now unless the HWNOTES_MI Makefile variable is defined, so compatiblity is preserved for hardware notes translations that aren't converted to the new organization yet. As translations convert, they should define HWNOTES_MI in their hardware/Makefile. When all the relevant translations catch up, the compatibility goop in share/mk/doc.relnotes.mk and share/sgml/Makefile can be removed. Thanks go to simon@ for help with the backwards compatiblity mechanism. Tested with: en_US.ISO8859-1, zh_CN.GB2312 Notes: svn path=/head/; revision=166778
* - Add an -o option to specify the output file.Hiroki Sato2004-08-081-1/+3
| | | | | | | | | | | | - Make "die()" more verbose. - Do not put extra blank lines into the output file. - Normalize text by using numeric entities because some characters such as "'" can break the generated SGML. Reviewed by: simon Notes: svn path=/head/; revision=133322
* Auto generate the device listings in the Hardware Notes based onSimon L. B. Nielsen2004-08-031-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | manual pages, to avoid duplicating work between the Hardware Notes and manual pages. Each text line in the output from the manual page parser is generated as a SGML entity, making it possible for translators to only translate lines which actually contains English text (this neat idea came from hrs). To determine which drivers are usable on which architectures the dev.archlist.txt file is used to explicitly list this. It it an imperfect solution, but the best I have been able to come up with for now. This commit converts most of the devices which has a section 4 manual page with a HARDWARE section to be the new auto generated format. Reviewed in principle by: ru, hrs, trhodes Good ideas for improvements: hrs No objections: -doc, re Notes: svn path=/head/; revision=133094
* Provide a way to keep out old ("historic") release notes from bloatingBruce A. Mah2002-06-201-0/+17
| | | | | | | | | the size of the rendered release notes. By default, any element with a role="historic" attribute won't get rendered in the output unless the INCLUDE_HISTORIC Makefile variable is defined. Notes: svn path=/head/; revision=98515
* Language-dependent catalogs for RELNOTESng should overrideBruce A. Mah2001-07-171-1/+1
| | | | | | | | | the language-independent catalog. Tested by: Alex Kapranoff <kapr@acm.org> Notes: svn path=/head/; revision=79809
* Better support for multi-lingual release documentation. We now supportBruce A. Mah2001-07-091-3/+4
| | | | | | | | | | | | | language-dependant SGML catalogs (in ${LANG_CODE}/share/sgml) and also use a default.dsl stylesheet similar to what the rest of the DocProj documents use. Requested by: hrs, Alex Kapranoff <kapr@acm.org> Reviewed by: hrs, dd MFC after: 2 days Notes: svn path=/head/; revision=79462
* Back out 1.6->1.7 change; this wasn't supposed to get committed.Bruce A. Mah2001-07-041-1/+0
| | | | Notes: svn path=/head/; revision=79231
* New release notes: lpd(8) -c and -w, lpc(8) tclean, whois(1) recursiveBruce A. Mah2001-07-041-0/+1
| | | | | | | | | lookups, moused(8) -a, binutils 2.11.2. MFCs noted: IPv6 update. Notes: svn path=/head/; revision=79230
* Change the way the value of DESTDIR is determined for the releaseDima Dorfman2001-06-211-6/+0
| | | | | | | | | | | | notes build. Instead of having doc.relnotes.mk make a guess, hardcode quite a bit (but as little as possible) in Makefile.inc's sprinkled strategicly throughout the tree. This has the advantage of actually working properly (which is a Good Thing(tm)), and the disadvantages of more files in the repository and more hardcoded paths (which are both Bad Things(tm)). Notes: svn path=/head/; revision=78567
* Don't hardcode in "/release/doc/"; instead, make it the default of aDima Dorfman2001-06-141-2/+5
| | | | | | | | | new RELN_ANCHOR variable. It may be necessary to override this if the path to the checked out release notes tree doesn't end with "release/doc". Notes: svn path=/head/; revision=78226
* ISO_* -> ISO* renameAndrey A. Chernov2001-06-111-2/+2
| | | | Notes: svn path=/head/; revision=78040
* More RELNOTESng infrastructure fixup: The directory layout ofBruce A. Mah2001-05-031-2/+2
| | | | | | | | | stylesheets (particularly with respect to translations) is now similar to that of the doc/ tree. Added a customization for HTML page footers (this is the only reader-visible change). Notes: svn path=/head/; revision=76254
* RELNOTESng infrastructure fixes:Bruce A. Mah2001-05-021-0/+7
| | | | | | | | | | | | | 1. There is now only one RELNOTESng stylesheet; the architecture-specific stylesheets (to handle different values of the arch= attribute) are gone. 2. Several Makefile variable definitions were factored into doc.relnotes.mk. Submitted by: dd Notes: svn path=/head/; revision=76222
* Build system:Dima Dorfman2001-04-291-0/+6
o Define a RELN_ROOT variable which points to the root of the relnotes tree (i.e., src/release/doc). o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a bigger chance of finding the doc/ tree without help in the form of setting DOC_PREFIX on the command line. o Respect DOCDIR; `make install` works now. Approved by: bmah Notes: svn path=/head/; revision=76140