[PATCH:libXaw] Add pointer to API spec in $(docdir) to Xaw.man

Alan Coopersmith alan.coopersmith at oracle.com
Sun Oct 24 22:50:32 PDT 2010


Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 man/Makefile.am |    2 ++
 man/Xaw.man     |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index 8058d52..1d67cb4 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -34,6 +34,8 @@ CLEANFILES = $(libman_DATA)
 SUFFIXES = .$(LIB_MAN_SUFFIX) .man
 
 # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
+MAN_SUBSTS += -e 's|__docdir__|$(docdir)|g'
+
 .man.$(LIB_MAN_SUFFIX):
 	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
diff --git a/man/Xaw.man b/man/Xaw.man
index 3ba50bc..4c4c9f1 100644
--- a/man/Xaw.man
+++ b/man/Xaw.man
@@ -47,10 +47,13 @@
 .SH DESCRIPTION
 .B Xaw
 is a widget set based on the X Toolkit Intrinsics (Xt) Library.  This
-release by the X.org Foundation includes additions and modifications
+release by the X.Org Foundation includes additions and modifications
 originally made for The XFree86 Project, Inc.  This manual page describes
 these changes as well as some of the common interfaces between its version
 and the previous X Consortium release (Xaw6).
+.PP
+The bulk of the Xaw documentation is located in the API specification
+which may be installed in __docdir__, or found on the X.Org website.
 .SH ACTIONS
 All of the \fIXaw\fR widgets now have the additional translations
 .B call-proc, declare, get-values
-- 
1.7.3.1



More information about the xorg-devel mailing list