From 96078fcadab142b4b6f540baaa2fbf23e1e4f343 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 14 May 2012 17:00:35 +0100 Subject: [PATCH] doc: Add Comedilib version number In "comedilib.ent", Add an XML entity 'comedilib_version' expanding to the Comedilib version '0.10.0'. This is hard-edited in rather than set dynamically. Setting it dynamically would be nice but producing it from an AC_OUTPUT() file isn't all that nice as it would end up in the 'build' tree and we'd some ugly 'make' rule to copy it to the 'source' tree. For now, just edit it manually as required. At least having it as an entity means it only needs to be set in a single documentation file! In "comedilib.xml", change the subtitle to mention Comedilib and the version number, using the comediliv_version entity. --- doc/comedilib.ent | 1 + doc/comedilib.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/comedilib.ent b/doc/comedilib.ent index 80e3e59..d49f8d3 100644 --- a/doc/comedilib.ent +++ b/doc/comedilib.ent @@ -1 +1,2 @@ Comedi'> + diff --git a/doc/comedilib.xml b/doc/comedilib.xml index c463439..279778f 100644 --- a/doc/comedilib.xml +++ b/doc/comedilib.xml @@ -10,7 +10,7 @@ Comedi The Control and Measurement Device Interface - handbook + handbook for Comedilib &comedilib_version; David -- 2.26.2