aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* integrate preconv(1) into mandoc(1);Ingo Schwarze2014-10-251-11/+4
* Have Makefile build mandoc(1) before it tries to generate the HTML.Kristaps Dzonsons2014-09-271-1/+3
* Now that we have man(1) functionality, add a man(1) manual page.Ingo Schwarze2014-08-211-2/+5
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-171-5/+5
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-161-11/+9
* Improve build system and autodetection.Ingo Schwarze2014-08-161-110/+20
* typo in comment; Guy Harris <guy at alum dot mit dot edu>Ingo Schwarze2014-08-121-2/+2
* work around lack of d_namlen and ALIGN/ALIGNBYTES on LinuxIngo Schwarze2014-08-111-2/+4
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-5/+6
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* Clarifications in comments and standard output suggested byIngo Schwarze2014-08-101-4/+5
* Do not hardcode stuff in ./configure that is actually user-configurableIngo Schwarze2014-08-081-2/+3
* add INSTALL and bump VERSIONIngo Schwarze2014-08-081-3/+4
* Since old SQLite versions do not have sqlite3_errstr(),Ingo Schwarze2014-08-051-1/+4
* Portability fix:Ingo Schwarze2014-08-051-4/+5
* Sync library documentation with reality.Ingo Schwarze2014-08-051-2/+9
* Switch to autogenerated dependency rules; they are less error-prone.Ingo Schwarze2014-08-051-95/+79
* Properly partition the build system and install some missing stuff:Ingo Schwarze2014-08-051-15/+56
* Various minor corrections:Ingo Schwarze2014-08-051-6/+17
* sort user settings; no functional changeIngo Schwarze2014-08-051-20/+35
* remove strnlen(3) compat, we no longer use itIngo Schwarze2014-08-041-4/+1
* Install the manuals of the web interface below the same directoryIngo Schwarze2014-07-131-1/+5
* No need for run-time configuration, add minimal compile-timeIngo Schwarze2014-07-121-2/+6
* Full rewrite of the man.cgi(8) manual.Ingo Schwarze2014-07-101-3/+3
* Switch over man.cgi to SQLite. While here:Ingo Schwarze2014-07-091-2/+17
* let the build system cope with the recent ohash changesIngo Schwarze2014-06-201-1/+5
* Various Makefile improvements:Ingo Schwarze2014-04-241-20/+43
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-0/+3
* add a LICENSE file for clarity and for the convenience of portersIngo Schwarze2014-04-221-1/+2
* Slowly, the dust begins to settle.Ingo Schwarze2014-04-181-9/+9
* Document the database format and SQL code generation;Ingo Schwarze2014-04-151-4/+12
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-3/+7
* - remove index.html, it is now part of the website repoIngo Schwarze2014-03-031-38/+30
* Get rid of the local keys table, use the new mansearch_const.c.Ingo Schwarze2014-01-191-2/+2
* Support a second -v on mandocdb(8) to show keys while they are being added;Ingo Schwarze2014-01-191-1/+2
* Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c}Ingo Schwarze2014-01-041-2/+7
* Put ./configure into the distributin tarball.Ingo Schwarze2014-01-041-1/+3
* Even though strnlen(3) is required by POSIX 2008,Ingo Schwarze2014-01-041-0/+3
* Clean up feature tests:Ingo Schwarze2014-01-041-51/+12
* Provide strcasestr(3) and strsep(3) for Solaris 10 compat;Ingo Schwarze2013-12-311-1/+13
* release 1.12.3VERSION_1_12_3Ingo Schwarze2013-12-311-2/+2
* Put VERSION into config.h.Ingo Schwarze2013-10-061-1/+2
* merge from VERSION_1_12: do not complain about unused variables in test-*.cIngo Schwarze2013-10-051-7/+7
* Merge from VERSION_1_12, in particular release date, pkgsrc port version,Ingo Schwarze2013-10-051-1/+1
* Merge from branch VERSION_1_12:Ingo Schwarze2013-10-021-9/+17
* Stop producing xhtml/pdf/etc for webpage (logs indicate that nobody actuallyKristaps Dzonsons2012-06-091-61/+1
* Merge whatis.1 into apropos.1 (and remove), add whatis bits to aproposKristaps Dzonsons2012-06-091-5/+4
* Remove catman(8): it's superfluous.Kristaps Dzonsons2012-06-091-1/+1
* Add a compatibility interface for ohash.Kristaps Dzonsons2012-06-091-1/+7
* Remove lint from Makefile.Kristaps Dzonsons2012-06-081-239/+41