mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
6d0fa1b95c
SVN Revision: 443
12 lines
149 B
Makefile
12 lines
149 B
Makefile
# $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
|
|
|
|
|