diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-20 15:05:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-20 15:05:01 +0000 |
commit | abb5875a9f265b0817374368eab8595832526e94 (patch) | |
tree | b5e9d7da13ac7fd67d0dafde0f6a3adada47afce | |
parent | 89953ac5c4d3fbb0306d1e3fd313a22d9202f737 (diff) | |
download | mandoc-abb5875a9f265b0817374368eab8595832526e94.tar.gz |
More documentation/installation fixes.
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | mdoc.3 | 10 | ||||
-rw-r--r-- | mdocml.1 | 15 |
3 files changed, 19 insertions, 12 deletions
@@ -53,6 +53,12 @@ install: install -m 0644 libmdoc.a $(PREFIX)/lib/ install -m 0444 mdoc.h $(PREFIX)/include/ +install-dist: mdocml-$(VERSION).tar.gz mdocml-oport-$(VERSION).tar.gz + install -m 0644 mdocml-$(VERSION).tar.gz $(PREFIX)/ + install -m 0644 mdocml-$(VERSION).tar.gz $(PREFIX)/mdocml.tar.gz + install -m 0644 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ + install -m 0644 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/mdocml-oport.tar.gz + uninstall: rm -f $(PREFIX)/bin/mdocml rm -f $(PREFIX)/man/man1/mdocml.1 @@ -180,3 +180,13 @@ macro only accepts a single parameter. Furthermore, several macros .Pf ( Sq \&Pp , .Sq \&It , and possibly others) accept multiple arguments with a warning. +.Pp +Incompatible: only those macros specified by +.Xr mdoc.samples 7 +and +.Xr mdoc 7 +for +.Ox +are supported; support for +.Nx +and other BSD systems is in progress. @@ -81,16 +81,7 @@ utility was written by .An Kristaps Dzonsons Aq kristaps@kth.se . .\" .Sh CAVEATS -The most glaring short-coming of -.Nm -is that it doesn't yet support the -.Sq \&Xc -and -.Sq \&Xo -macros when used to extend the line arguments to -.Sq \&It ; -in effect, trampling the body section. We note that this is explicitly -discouraged in -.Xr mdoc.samples 7 , -but in practice used quite often. +See +.Xr mdoc 3 +for a list of bugs, caveats, and incomplete macros. .\" .Sh BUGS |