diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-24 22:38:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-25 10:39:43 -0700 |
commit | b190356ebf2f0eb390ddf128edf1f0c761c3f14b (patch) | |
tree | d3aaf1d66d2389f212a22c013150f72e2f4be879 | |
parent | 35197044c7632b37322d15454589416fcdb7dc86 (diff) |
Add pointer to API spec in $(docdir) to Xaw.man
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | man/Makefile.am | 2 | ||||
-rw-r--r-- | 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 |