aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2005-11-24 23:01:48 +0000
committerAlexey Shchepin <alexey@process-one.net>2005-11-24 23:01:48 +0000
commit6d0fa1b95c103d956314c7015aa30170f7987a1c (patch)
tree9eb7fa2b1be6475d19dacc771526d2e5699d5ea5
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--ChangeLog4
-rw-r--r--doc/Makefile11
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57c8e5449..c3d86ec7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+
+