mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
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
|
||
|
|
||
|
|