diff options
author | Badlop <badlop@process-one.net> | 2008-03-31 10:36:41 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-03-31 10:36:41 +0000 |
commit | 2510d71ae60f307d9bc4c2edaecae77b951393d2 (patch) | |
tree | 9f89c379c26ba9f1168bc35b53d9d3d0aa20bf66 /doc/Makefile | |
parent | * src/ejabberd_listener.erl (start_listener): Start also the (diff) |
* doc/webadmmain.png: Updated to ejabberd 2.0.0
* doc/webadmmainru.png: Likewise
* doc/disco.png: Removed because not used
* doc/guide.tex: Fix Latex reference to webadmin section. Update
explanation of screenshots. Update xmpp addresses of Mickael
Remond and Sander Devrieze.
* doc/guide.html: Likewise
* doc/Makefile: Remove the Hevea deprecated option -noiso
* doc/guide.html: Likewise
* doc/dev.html: Likewise
* doc/features.html: Likewise
SVN Revision: 1261
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile index 311c6952..bab623dc 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -43,13 +43,13 @@ clean: rm -f *.toc guide.html: guide.tex - hevea -fix -noiso -pedantic guide.tex + hevea -fix -pedantic guide.tex dev.html: dev.tex - hevea -fix -noiso -pedantic dev.tex + hevea -fix -pedantic dev.tex features.html: features.tex - hevea -fix -noiso -pedantic features.tex + hevea -fix -pedantic features.tex guide.pdf: guide.tex pdflatex guide.tex |