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