]> git.cameronkatri.com Git - mandoc.git/commitdiff
More documentation/installation fixes.
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 20 Jan 2009 15:05:01 +0000 (15:05 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 20 Jan 2009 15:05:01 +0000 (15:05 +0000)
Makefile
mdoc.3
mdocml.1

index 92637c336e7a866dac909d0c78a7e4d37e8ba902..692387e531b70a16d349c4b1479f003cbfbafde5 100644 (file)
--- 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 6da2382e788d9a00ea718313d84aa78e5b0e08b8..8dd79ffd3bd674710e0cd7a79403b79bbde9650b 100644 (file)
--- 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.
index 198f184709bdb83044773661ed10f047bc96c67d..410d167be1d6ad47c8c664c637cdd56f1866f39d 100644 (file)
--- 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