aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-201-1/+2
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-38/+43
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-1/+2
* support LDFLAGS;Ingo Schwarze2016-07-101-6/+6
* Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze2016-07-101-5/+1
* A some missing files to TESTSRCS and DISTFILESIngo Schwarze2016-07-081-1/+6
* some 1.13.4 release preparationsIngo Schwarze2016-07-071-2/+2
* Delete useless variables that could sneak into the MakefileIngo Schwarze2016-05-181-7/+7
* Various people (among others Maxim Belooussov and Carsten Kunze)Ingo Schwarze2016-05-181-6/+6
* set up man.cgi(3) for inclusion in the web siteIngo Schwarze2016-04-151-1/+3
* move compat_reallocarray.o into SOELIM_OBJS, no functional changeIngo Schwarze2015-11-071-3/+4
* soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);Ingo Schwarze2015-11-071-2/+6
* provide a simple stand-alone implementation of getline(3)Ingo Schwarze2015-11-071-1/+4
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-4/+1
* garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup;Ingo Schwarze2015-11-071-2/+1
* Install the soelim(1) binary and manual to the right places.Ingo Schwarze2015-11-071-3/+5
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-1/+2
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-1/+3
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-9/+5
* demandoc(1) needs to link against -lutil, tooIngo Schwarze2015-11-051-2/+2
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-1/+3