aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* POSIX make(1) does not support prerequisites on suffix rules.Ingo Schwarze2021-09-211-3/+3
* make the path to ar(1) configurable, needed by NixOS;Ingo Schwarze2021-09-201-2/+2
* Create the link from ./man to ./mandoc in the "all" target rather thanIngo Schwarze2021-09-201-3/+3
* Test availability of mkstemps(3) and provide a fallback implementationIngo Schwarze2021-09-191-2/+5
* bump VERSIONIngo Schwarze2021-09-191-2/+2
* Provide a real feature test for __attribute__().Ingo Schwarze2020-06-221-2/+3
* add missing compat_stringlist.o to ALL_COBJS, useful for make cleanIngo Schwarze2020-06-151-1/+2
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-151-15/+8
* Make the "make depend" maintainer target more convenientIngo Schwarze2020-03-131-4/+7
* Split tagging into a validation part including prioritizationIngo Schwarze2020-03-131-8/+13
* new dist-install maintainer targetIngo Schwarze2019-03-061-1/+5
* work towards 1.14.5, mostly updating WWW_INCSIngo Schwarze2019-03-061-7/+10
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-3/+5
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-1/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-131-3/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-131-2/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-131-3/+6
* Cleanup, no functional change:Ingo Schwarze2018-12-131-2/+2
* Cleanup, no functional change:Ingo Schwarze2018-12-131-1/+3
* Cleanup, no functional change:Ingo Schwarze2018-12-121-3/+6
* some fixes for the "www" and "www-install" maintainer targetsIngo Schwarze2018-08-091-9/+14
* more 1.14.4 release preparations:Ingo Schwarze2018-07-311-7/+8
* Add strndup(3) compat implementation.Ingo Schwarze2018-02-271-1/+4
* release 1.14.3VERSION_1_14_3Ingo Schwarze2017-08-051-2/+2
* more renaming from mdocml to mandocIngo Schwarze2017-07-201-12/+12
* * clean catman.o which was missingIngo Schwarze2017-07-201-14/+6
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-1/+4
* Implement automatic line breakingIngo Schwarze2017-06-121-1/+4
* Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze2017-05-071-1/+3
* Move handling of the roff(7) .ft request from the man(7)Ingo Schwarze2017-05-051-1/+3
* Start roff formatter modules for HTML and termininal output,Ingo Schwarze2017-05-041-1/+5
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-5/+1
* Delete the manpage(1) utility.Ingo Schwarze2017-04-241-10/+1
* Debian needs relative symlinks not only for manual pages,Ingo Schwarze2017-03-041-7/+7
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-031-3/+4
* Debian wants relative, not absolute symlinks for man pages;Ingo Schwarze2017-02-221-3/+2
* add some regress targetsIngo Schwarze2017-02-181-1/+29
* Provide an uninstall target, to help cleaning up after installingIngo Schwarze2017-02-181-8/+51
* proper test for O_DIRECTORYIngo Schwarze2017-02-181-1/+2
* add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org>Ingo Schwarze2017-02-161-6/+6
* Provide a variable BINM_CATMAN.Ingo Schwarze2017-02-161-3/+5
* config glue for recvmsg(2) and CMSG_FIRSTHDR(3);Ingo Schwarze2017-02-081-1/+3
* even catman needs libmandoc on systems not having ftsIngo Schwarze2017-02-081-3/+3
* more 1.14.1 release preparationsIngo Schwarze2017-02-081-3/+7
* new manual pages for catman(8) and mandocd(8)Ingo Schwarze2017-02-061-2/+8
* add missing file man.options.1Ingo Schwarze2017-02-051-1/+2
* experimental mandocd(8) and catman(8)Ingo Schwarze2017-02-041-9/+24
* Do not install libmandoc.a by default.Ingo Schwarze2016-11-191-9/+11
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-051-2/+4
* POSIX allows PATH_MAX to not be defined, meaning "unlimited".Ingo Schwarze2016-08-021-1/+3