diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | specs/intrinsics.xml | 11 | ||||
-rw-r--r-- | specs/libXt.ent.in | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5b0c40d..7cc9294 100644 --- a/configure.ac +++ b/configure.ac @@ -203,6 +203,7 @@ AC_CONFIG_FILES([Makefile include/Makefile man/Makefile specs/Makefile + specs/libXt.ent test/Makefile xt.pc]) AC_OUTPUT diff --git a/specs/intrinsics.xml b/specs/intrinsics.xml index 1213d72..c99f5d6 100644 --- a/specs/intrinsics.xml +++ b/specs/intrinsics.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" -[ <!ENTITY % defs SYSTEM "defs.ent"> %defs; +[ + <!ENTITY % defs SYSTEM "defs.ent"> %defs; + <!ENTITY % xt_defs SYSTEM "libXt.ent"> %xt_defs; ]> <book id="intrinsics" lang="en"> <bookinfo> - <title>X Toolkit Intrinsics - C Language Interface</title> + <title>X Toolkit Intrinsics – C Language Interface</title> <subtitle>X Window System</subtitle> <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> - <printhistory><para>First Revision - April, 1994</para></printhistory> + <releaseinfo>X Toolkit Intrinsics Version &package_version;</releaseinfo> + <printhistory><para>First Revision – April, 1994</para></printhistory> <authorgroup> <author> <firstname>Joel</firstname><surname>McCormack</surname> @@ -34,8 +37,8 @@ </affiliation> </author> </authorgroup> - <printhistory><para>version 7 edited by Thomas E. Dickey <ulink url="https://invisible-island.net"/></para></printhistory> <printhistory><para>version 6 edited by Donna Converse X Consortium, Inc.</para></printhistory> + <printhistory><para>version 7 edited by Thomas E. Dickey <ulink url="https://invisible-island.net"/></para></printhistory> <legalnotice> <para>XWindow System is a trademark of X Consortium, Inc.</para> diff --git a/specs/libXt.ent.in b/specs/libXt.ent.in new file mode 100644 index 0000000..0b8e14c --- /dev/null +++ b/specs/libXt.ent.in @@ -0,0 +1,2 @@ +<!-- define version entity for libXt documentation via configure.ac --> +<!ENTITY package_version "@PACKAGE_VERSION@"> |