From 7fb38dd38a8eca285c6e19b5b1201cf0e01b55b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 11 Jan 2007 08:17:18 +0000 Subject: * doc/guide.tex: Latex / Hevea related improvements for documentation generation (thanks to Sander Devrieze). * doc/introduction.tex: Likewise. * doc/dev.tex: Likewise. * doc/features.tex: Likewise. SVN Revision: 705 --- doc/Makefile | 5 +- doc/dev.html | 44 ++--- doc/dev.tex | 22 +-- doc/features.html | 16 +- doc/features.tex | 4 +- doc/guide.html | 546 ++++++++++++++++++++++++++------------------------- doc/guide.tex | 529 +++++++++++++++++++++++++------------------------ doc/introduction.tex | 32 +-- doc/version.tex | 2 +- 9 files changed, 603 insertions(+), 597 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index 7736855f..1f7f9614 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,9 +5,12 @@ all: release pdf html release: @echo "Notes for the releaser:" @echo "* Do not forget to add a link to the release notes in guide.tex" - @echo "* Do not forget to change the version number in version.tex" + @echo "* Do not forget to update the version number in src/ejabberd.hrl!" @echo "* Do not forget to update the features in introduction.tex (including \new{} and \improved{} tags)." @read -p "press any key to continue" + @echo "% ejabberd version (automatically generated)." > version.tex + @echo "\newcommand{\version}{"`cat ../src/ejabberd.hrl | grep VERSION |\ + sed s/-define\(VERSION,\ \"//g | sed s/\"\).//g`"}" >> version.tex html: guide.html dev.html features.html diff --git a/doc/dev.html b/doc/dev.html index 0c0472f7..0fe78d76 100644 --- a/doc/dev.html +++ b/doc/dev.html @@ -6,7 +6,7 @@ Ejabberd 1.1.2 Developers Guide - +