# Middleman filtering proxy server
# Distributed under the terms of the GNU General Public License v2
#
# User Manual Makefile
#
# If you want to compile the manual, please download a DSSSL stylesheet 
# and change STYLESHEET to point to it. After make or make manual in the 
# Middleman home directory.
#
# Example of stylesheet : 
# http://docbook.sourceforge.net/projects/dsssl/
# 
STYLESHEET=/home/riadh/download/docbook-dsssl-1.78/html/docbook.dsl

all:
	rm -f *.htm *.html
	jade -d $(STYLESHEET) -t sgml manual.xml

clean:
	rm -f *.htm *.html
