| Age | Commit message (Expand) | Author |
| 2020-11-10 | Reintroduce the support of MKCATPAGES | kamil |
| 2020-11-08 | Remove the support for MKCATPAGES | kamil |
| 2019-01-21 | Most of the mv operations are to move temporary files to their final place. | christos |
| 2017-07-14 | Latest mandoc no longer supports multiple -O options. Instead it expects | jmcneill |
| 2015-10-19 | because I'm feeling tetchy, implement "make describe" for everything that | dholland |
| 2014-12-19 | protect the variable name, and explain why setting it does not work. | christos |
| 2014-12-19 | Explain why used to fold case when deciding if we are going to install manual | christos |
| 2014-08-05 | Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly | apb |
| 2013-10-25 | Rename _MNUMBERS to _MSECTIONS. The manual section identifiers | apb |
| 2013-10-25 | Recognise .3lua and .9lua as man page extensions. Source | apb |
| 2013-03-21 | fix groff html generation | christos |
| 2013-03-21 | handle NOMANDOC in the html case too | christos |
| 2012-11-30 | CATDEPS is bogus for mandoc, so disable it in that case. | joerg |
| 2011-09-10 | Move all "clean" and "cleandir" processing to a new bsd.clean.mk | apb |
| 2011-06-30 | Replace gzip with ${TOOL_GZIP} in manual compression. | matt |
| 2011-03-08 | Adjust html link template and css location for man pages in arch | njoly |
| 2011-01-12 | mandoc now supports tbl(1) formatting, so adjust rules. | joerg |
| 2010-12-02 | Remove HTMLDEPS; was only used by nroff. | wiz |
| 2010-06-01 | Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML | joerg |
| 2010-03-01 | Make lintmanpages not depend on MKMANDOC, it is built by default now. | joerg |
| 2009-10-23 | Do not run mandoc for lintmanpages if MANPAGES is empty. | joerg |
| 2009-10-23 | Add MKMANDOC option to trigger building cat pages and HTML pages with | joerg |
| 2009-04-10 | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk | apb |
| 2009-03-31 | add -n to gzip invocation | perry |
| 2008-08-29 | Use ${MANDIR} instead of /usr/share/man as part of the default ${HTMLDIR} | lukem |
| 2008-08-27 | Rework MKHTML (HTML manual pages) implementation to behave like | lukem |
| 2006-09-11 | fixes for installing into a case insensitive $DESTDIR | dbj |
| 2006-03-16 | Now that we have real build system support for syspkgs, remove someone's | jwise |
| 2005-04-19 | Honor contents of "CLEANFILES" in "cleandir" target. | tron |
| 2004-06-23 | If USETOOLS != yes then depend on the system tmac directory, not DESTDIR since | jmc |
| 2004-01-29 | oops in previous; can't call cleanhtml in cleandir at this time | lukem |
| 2004-01-29 | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, | lukem |
| 2003-11-07 | Support MAKEVERBOSE more effectively. | lukem |
| 2003-11-06 | Support MAKEVERBOSE when installing man symlinks. | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display | lukem |
| 2003-10-18 | implement MAKEVERBOSE for rules which are of the form: | lukem |
| 2003-10-18 | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. | lukem |
| 2003-09-03 | pull in <bsd.files.mk> incase LNFILES is used by <bsd.man.mk> user. | lukem |
| 2003-07-18 | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. | lukem |
| 2003-07-18 | Add MKMANZ; if not set to "no", compress the manual pages at installation time. | lukem |
| 2003-07-10 | Rename a large chunk of the make(1) variables which refer to a | lukem |
| 2003-06-30 | Adapt CATDEPS/HTMLDEPS for groff-1.19. | wiz |
| 2002-10-22 | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. | perry |
| 2002-02-11 | Don't use .PHONY for targets that are actually installed. Instead use force | mycroft |
| 2002-02-07 | Honor MANSUBDIR when installing md html pages. | ross |
| 2002-02-07 | fix html sources, they were depending on -mdoc, not -mdoc2html | ross |
| 2002-02-04 | s/.NOSUFF/.MADE/ | christos |
| 2002-02-03 | Apply a .NOSUFF: directive to targets we don't want to have processed by | christos |
| 2002-01-06 | generate man pages into a temporary file and rename it if groff succeeds. | mrg |