aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Initial support for man.conf/makepath(1).Kristaps Dzonsons2011-11-201-0/+3
* Inventing new keywords for mostly the same thing when a well-establishedIngo Schwarze2011-11-131-3/+4
* Less misleading file names; ok kristaps@.Ingo Schwarze2011-11-131-6/+6
* Split apropos.c into db.c and apropos.h with simpler code (re-written, butKristaps Dzonsons2011-11-091-15/+29
* Tweak Makefile and add config.h to -Tman to allow cross-compiling onKristaps Dzonsons2011-10-081-4/+13
* Get ready for version. I'm bumping the minor release to 1.12 becauseKristaps Dzonsons2011-10-081-2/+2
* Make apropos and mandocdb build by default.Kristaps Dzonsons2011-10-061-2/+2
* Import apropos from mandoc-tools after inlining all source filesKristaps Dzonsons2011-10-061-1/+21
* Initial, incomplete support for -TmanIngo Schwarze2011-09-171-0/+6
* Adding version notes.Kristaps Dzonsons2011-09-021-2/+2
* Add demandoc utility, a replacement for deroff.Kristaps Dzonsons2011-09-011-5/+25
* Added generation of Universal binary. Fixed up index.sgml to be shorterKristaps Dzonsons2011-08-161-6/+16
* Version: 1.11.6.Kristaps Dzonsons2011-08-161-2/+2
* Updating mingw32 install hooks for new mingw version.Kristaps Dzonsons2011-08-161-2/+13
* Initial version bits in place. Also added forgotten tests to installed files.Kristaps Dzonsons2011-08-161-0/+2
* Implement the first steps of equation parsing from within libmdoc.Kristaps Dzonsons2011-07-251-0/+5
* We're officially no longer UNIX-specific; make this clear.Kristaps Dzonsons2011-07-241-2/+3
* Scary-looking but otherwise harmless changes allow me to build for Windows.Kristaps Dzonsons2011-07-241-10/+38