summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--mdoc.312
-rw-r--r--mdocml.115
3 files changed, 20 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 92637c33..692387e5 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/mdoc.3 b/mdoc.3
index 6da2382e..8dd79ffd 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,5 +1,5 @@
.\"
-.Dd $Mdocdate: January 19 2009 $
+.Dd $Mdocdate: January 20 2009 $
.Dt mdoc 3
.Os
.\"
@@ -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.
diff --git a/mdocml.1 b/mdocml.1
index 198f1847..410d167b 100644
--- a/mdocml.1
+++ b/mdocml.1
@@ -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