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