summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-21 19:44:10 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-21 19:46:27 -0400
commit64dcec64b294d67a45596d84f91c876f15a5d95f (patch)
tree03a4a0a099cf005f81d127eb7b0f44d4f38c650b /specs
parent29bfd6ce3d9b9a1040ee2edf4ac5f83b54ac1932 (diff)
downloadxorg-lib-libXt-64dcec64b294d67a45596d84f91c876f15a5d95f.tar.gz
adapt change from libXaw for inserting the package version into the spec
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r--specs/intrinsics.xml11
-rw-r--r--specs/libXt.ent.in2
2 files changed, 9 insertions, 4 deletions
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 &ndash; 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 &ndash; 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@">