summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Version 1.11.3. Here we go!VERSION_1_11_3Kristaps Dzonsons2011-05-261-2/+2
* Some small lint checks in preconv. Also add it to the default lint rule.Kristaps Dzonsons2011-05-261-1/+1
* At least in theory, this patch lets us compile on Windows (which doesKristaps Dzonsons2011-05-261-0/+5
* Have preconv install with mandoc.Kristaps Dzonsons2011-05-261-2/+2
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-261-1/+1
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-261-0/+7
* It's annoying that we don't have preconv, so throw together a quickKristaps Dzonsons2011-05-261-3/+16
* Most important move in getting predefined strings entirely containedKristaps Dzonsons2011-05-241-0/+2
* It seems that __STDC_ISO_10646__ isn't defined even where it can beKristaps Dzonsons2011-05-191-3/+5
* Add TODO entry for standalone `.' in tbl pages (pointed out by YuriKristaps Dzonsons2011-05-181-1/+1
* Locale support. I'm checking this in to clean up fall-out in-tree, butKristaps Dzonsons2011-05-171-1/+4
* Ooops, forgot to install makewhatis manual.Kristaps Dzonsons2011-05-131-1/+6
* Version up! 1.11.2. Let's go...Kristaps Dzonsons2011-05-131-2/+2
* Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.Kristaps Dzonsons2011-05-131-11/+11
* Don't let Linux-isms creep into Makefile.Kristaps Dzonsons2011-05-121-1/+1
* Was installing libmandoc.a without mandoc.h...Kristaps Dzonsons2011-04-301-0/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-5/+4
* Make sure to create LIBDIR. From a patch by Thomas Klausner, thanks!Kristaps Dzonsons2011-04-051-0/+1
* Snafu: forgetting to tar up critical files. Pointed out by Yuri Pankov.VERSION_1_11_1Kristaps Dzonsons2011-04-041-0/+4
* Version up to 1.11.1: here we go!Kristaps Dzonsons2011-04-041-2/+2
* Roll back Linux-ism that crept into Makefile.Kristaps Dzonsons2011-04-041-1/+1
* Fix possible segfaults in `Lk' -T[x]html handler, which made someKristaps Dzonsons2011-04-041-1/+1
* Have mandoc-db use config.h for strlcat(). Then create the btreeKristaps Dzonsons2011-04-031-3/+3
* Add an initial keyword-indexer as an alternative front-end to libmandoc.a.Kristaps Dzonsons2011-04-021-0/+14
* Add lint target to Makefile.Kristaps Dzonsons2011-03-291-16/+73
* Put mandocerrs and mandoclevels arrays into libmandoc with accessorsKristaps Dzonsons2011-03-281-1/+1
* Merge man_args() into man_macro.c, the only place where it's called, andKristaps Dzonsons2011-03-231-2/+0
* Fix "libman" dependence.Kristaps Dzonsons2011-03-231-1/+1
* Have the default include/lib install path end with "mandoc" to preventKristaps Dzonsons2011-03-221-4/+4
* Note the TODO file on the website. Also install index.html (oops).Kristaps Dzonsons2011-03-221-2/+2
* Step 5: re-write Makefile and relax. This restructures the Makefile toKristaps Dzonsons2011-03-221-315/+277
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-4/+4
* Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, andKristaps Dzonsons2011-03-221-17/+17
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-221-3/+3
* Split the document parsing sequence out of main.c and into read.c,Kristaps Dzonsons2011-03-201-3/+3
* Bumped internal version. There will be no formal release with this: itKristaps Dzonsons2011-03-201-2/+2
* Kill off mdoc_strings.c, which is now empty. Byeeeeeeeee!Kristaps Dzonsons2011-03-171-5/+3
* Allow compilation with pcc, which has interesting/broken handling of -WKristaps Dzonsons2011-02-241-4/+4
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-091-8/+9
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-061-3/+3
* Meh, 2010->2011. Changed the live index.html file so as not to confuseKristaps Dzonsons2011-01-071-1/+1
* Version bits. Here we go...Kristaps Dzonsons2011-01-071-2/+2
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-041-8/+9
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-041-3/+3
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-021-3/+4
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-291-3/+3
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-291-3/+3
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-281-3/+3
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-281-4/+4
* Have Makefile build XHTML files too.VERSION_1_10_8Kristaps Dzonsons2010-12-241-3/+7