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
.\"
-.Dd $Mdocdate: January 19 2009 $
+.Dd $Mdocdate: January 20 2009 $
.Dt mdoc 3
.Os
.\"
.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.
.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