diff options
author | David Schleef <ds@schleef.org> | 2009-07-14 11:48:48 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-07-14 11:48:48 -0700 |
commit | e1bc1971ad2de94e0de55fbc78de4271040ba385 (patch) | |
tree | 01871a2af6437de6aac04a1ac2fd210b552e1e5e | |
parent | e641509f2cf8cd86b71db632cd4bec29a8e0e20f (diff) |
doc: add version entities, fix URL
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/orc-docs.sgml | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e071059..9998cc6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -70,5 +70,5 @@ EXTRA_DIST += sync: - cd html && rsync -a . freedesktop.org:/srv/liboil.freedesktop.org/www/documentation/ + cd html && rsync -a . home.schleef.org:/srv/schleef.org/www/orc/documentation/ diff --git a/doc/orc-docs.sgml b/doc/orc-docs.sgml index c99c3e0..28900d4 100644 --- a/doc/orc-docs.sgml +++ b/doc/orc-docs.sgml @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!ENTITY % version-entities SYSTEM "version.entities"> +%version-entities; +]> <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> <bookinfo> <title>Orc Reference Manual</title> <releaseinfo> - for Orc [VERSION] + for Orc-&ORC_VERSION;. The latest version of this documentation can be found on-line at - <ulink role="online-location" url="http://[SERVER]/orc/index.html">http://[SERVER]/orc/</ulink>. + <ulink role="online-location" url="http://www.schleef.org/orc/documentation/">http://www.schleef.org/orc/documentation/</ulink>. </releaseinfo> </bookinfo> |