summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* move compat_reallocarray.o into SOELIM_OBJS, no functional changeIngo Schwarze2015-11-071-2/+3
* soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);Ingo Schwarze2015-11-071-1/+5
* provide a simple stand-alone implementation of getline(3)Ingo Schwarze2015-11-071-0/+3
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-3/+0
* garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup;Ingo Schwarze2015-11-071-1/+0
* Install the soelim(1) binary and manual to the right places.Ingo Schwarze2015-11-071-2/+4
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-0/+1
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-0/+2
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-8/+4
* demandoc(1) needs to link against -lutil, tooIngo Schwarze2015-11-051-1/+1
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-0/+2
* Major character table cleanup:Ingo Schwarze2015-10-131-1/+0
* Reduce the amount of code by moving the three copies of the ohashIngo Schwarze2015-10-131-0/+3
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-1/+5
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-1/+1
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-0/+3
* Fix the "depend" target and regenerate Makefile.depend:Ingo Schwarze2015-07-141-3/+3
* Link compat_reallocarray.o into soelim; needed onIngo Schwarze2015-05-211-2/+2
* * remove FreeBSDismsIngo Schwarze2015-05-201-3/+15
* First step towards parser unification:Ingo Schwarze2015-04-021-2/+4
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-2/+2
* Add man.conf(5). After adding some additional functionality,Ingo Schwarze2015-03-271-0/+4
* Compat glue needed for Solaris 9 and 10.Ingo Schwarze2015-03-191-1/+10
* release 1.13.3VERSION.1.13.3Ingo Schwarze2015-03-131-2/+2
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-161-0/+2
* strtonum(3) compat glueIngo Schwarze2015-02-161-1/+4
* Enable the integrated man(1) even when database support is disabled,Ingo Schwarze2015-02-031-4/+4
* Support choosing alternative binary and manual names from configure.local,Ingo Schwarze2014-12-091-10/+17
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-091-18/+11
* Some sorting and some more comments.Ingo Schwarze2014-12-091-18/+27
* Install "man" as a hardlink to "mandoc" during db-install.Ingo Schwarze2014-12-091-11/+7
* developer documentation regarding header filesIngo Schwarze2014-12-011-0/+2
* AT&T is unlikely to release an new version of Research UNIX any time soon.Ingo Schwarze2014-11-281-1/+0
* Retire support for CSRG supplementary document titles. These areIngo Schwarze2014-11-281-4/+1
* Drop useless architecture table. Validating architecture namesIngo Schwarze2014-11-281-5/+2
* integrate preconv(1) into mandoc(1);Ingo Schwarze2014-10-251-10/+3
* Have Makefile build mandoc(1) before it tries to generate the HTML.Kristaps Dzonsons2014-09-271-0/+2
* Now that we have man(1) functionality, add a man(1) manual page.Ingo Schwarze2014-08-211-1/+4
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-171-4/+4
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-161-10/+8
* Improve build system and autodetection.Ingo Schwarze2014-08-161-109/+19
* typo in comment; Guy Harris <guy at alum dot mit dot edu>Ingo Schwarze2014-08-121-1/+1
* work around lack of d_namlen and ALIGN/ALIGNBYTES on LinuxIngo Schwarze2014-08-111-1/+3
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-4/+5
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* Clarifications in comments and standard output suggested byIngo Schwarze2014-08-101-3/+4
* Do not hardcode stuff in ./configure that is actually user-configurableIngo Schwarze2014-08-081-1/+2
* add INSTALL and bump VERSIONIngo Schwarze2014-08-081-2/+3
* Since old SQLite versions do not have sqlite3_errstr(),Ingo Schwarze2014-08-051-0/+3
* Portability fix:Ingo Schwarze2014-08-051-3/+4