diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-11-24 23:01:48 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-11-24 23:01:48 +0000 |
commit | 6d0fa1b95c103d956314c7015aa30170f7987a1c (patch) | |
tree | 9eb7fa2b1be6475d19dacc771526d2e5699d5ea5 | |
parent | * src/mod_roster.erl: The "id" attribute of roster push packet was (diff) |
* doc/Makefile: Now really added
SVN Revision: 443
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/Makefile | 11 |
2 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-11-25 Alexey Shchepin <alexey@sevcom.net> + + * doc/Makefile: Now really added + 2005-11-22 Alexey Shchepin <alexey@sevcom.net> * src/mod_roster.erl: The "id" attribute of roster push packet was diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 000000000..c541c6254 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,11 @@ +# $Id$ + +all: guide.html dev.html + +guide.html: guide.tex + hevea -charset ISO8859-1 guide.tex + +dev.html: dev.tex + hevea -charset ISO8859-1 dev.tex + + |