summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent* src/mod_roster.erl: The "id" attribute of roster push packet was (diff)
* doc/Makefile: Now really added
SVN Revision: 443
Diffstat (limited to '')
-rw-r--r--doc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 00000000..c541c625
--- /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
+
+