aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add INSTALL, and remove WWW gunk from the Makefile, we are notIngo Schwarze2014-08-141-50/+6
* typo in comment; Guy Harris <guy at alum dot mit dot edu>Ingo Schwarze2014-08-121-2/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-111-3/+3
* merge portability fix from HEADIngo Schwarze2014-08-051-4/+5
* Split mandoc_escape(3), mandoc_malloc(3), and mchars_alloc(3)Ingo Schwarze2014-08-051-2/+9
* Switch to autogenerated dependency rules; they are less error-prone.Ingo Schwarze2014-08-051-85/+72
* Properly partition the build system and install some missing stuff:Ingo Schwarze2014-08-051-13/+34
* Various minor corrections:Ingo Schwarze2014-08-051-4/+8
* sort user settings; no functional changeIngo Schwarze2014-08-051-12/+20
* Remove the old man.cgi.Ingo Schwarze2014-08-051-47/+4
* remove strnlen(3) compat, we no longer use itIngo Schwarze2014-08-041-4/+1
* Merge from HEAD:Ingo Schwarze2014-04-241-25/+53
* Audit malloc(3)/calloc(3)/realloc(3) in VERSION_1_12.Ingo Schwarze2014-04-231-0/+3
* include the LICENSE into the distribution tarballIngo Schwarze2014-04-221-1/+2
* introduce mandoc_aux to 1.12Ingo Schwarze2014-03-231-4/+9
* - remove index.html, is now part of the website repoIngo Schwarze2014-03-031-36/+22
* Put ./configure into the distribution tarball.Ingo Schwarze2014-01-041-1/+3
* Merge strnlen(3) configuration bits.Ingo Schwarze2014-01-041-0/+3
* Merge cleanup of feature tests to VERSION_1_12, resolving conflicts.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.3Ingo Schwarze2013-12-311-2/+2
* Put VERSION into config.h.Ingo Schwarze2013-10-061-1/+2
* Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze2013-10-051-7/+7
* Release version 1.12.2. This is no longer beta.Ingo Schwarze2013-10-051-2/+2
* include the NEWS file into the tarballIngo Schwarze2013-10-011-2/+3
* Final tweaks for the release candidate:Ingo Schwarze2013-09-291-5/+11
* Update VERSION, VDATE and CFLAGS for the upcoming 1.12.2 release.Ingo Schwarze2013-09-181-4/+7
* Merge rev. 1.400:Ingo Schwarze2013-09-181-77/+1
* Partial merge of rev. 1.396:Ingo Schwarze2013-09-181-25/+132
* 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
* Get ready for a version.Kristaps Dzonsons2012-03-241-3/+2
* Remove some Mac OS crap in the Makefile.Kristaps Dzonsons2012-03-231-6/+10
* Don't run superfluous mkdir when installing.Kristaps Dzonsons2012-03-231-1/+0
* Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.hKristaps Dzonsons2011-12-251-1/+1
* Some presentation polish in man.cgi:Kristaps Dzonsons2011-12-151-2/+2
* Compatibility support fgetln() on Linux. This uses the BSD-licensedKristaps Dzonsons2011-12-131-3/+24
* Adding some missing "install" bits to Makefile.Kristaps Dzonsons2011-12-101-8/+20
* Have a whatis/apropos mode, with the default (hitting enter within theKristaps Dzonsons2011-12-071-0/+1
* Make installing CGI a bit easier.Kristaps Dzonsons2011-12-071-0/+9
* By default, man.cgi should compile with -static (this was unset by mistake).Kristaps Dzonsons2011-12-071-1/+1
* In man(7), when no explicit volume name is given, use the defaultIngo Schwarze2011-12-021-2/+2
* Backout -DUSE_MANPATH that sneaked in;Ingo Schwarze2011-11-281-2/+2
* Removing INSECURE mode. This is a work in progress! Logic forKristaps Dzonsons2011-11-271-18/+39
* Make a small manual for how to run man.cgi.Kristaps Dzonsons2011-11-241-0/+1
* Add manup(8). This runs through mandocdb(8) databases (in the same way thatKristaps Dzonsons2011-11-241-2/+17
* Adjust Makefile for manpath.{c,h} linking.Kristaps Dzonsons2011-11-231-11/+16