doc: add version entities, fix URL
authorDavid Schleef <ds@schleef.org>
Tue, 14 Jul 2009 18:48:48 +0000 (11:48 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 14 Jul 2009 18:48:48 +0000 (11:48 -0700)
doc/Makefile.am
doc/orc-docs.sgml

index e071059..9998cc6 100644 (file)
@@ -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/
 
index c99c3e0..28900d4 100644 (file)
@@ -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>