#
# XML translation to some other formats
#
# Author: Igor Muratov <migor@altlinux.ru>
# Changed by Vitaly Ostanin <vyt@altlinux.ru>
# Changed by Oleg Paraschenko <olpa@altlinux.ru>
# Published under terms of GNU GPL version 2 (http://www.gnu.org/licenses/gpl.html)
# $Id: Makefile,v 1.1.1.1 2004/02/19 10:56:29 kirill Exp $

#
# You must change this paths to correct value
#
DOCS_ROOT		= ../..

PERCNT_WORKAROUND := yes

#
# Pre-rules definitions (usually empty)
# ...
# 
localall: html-dir

#
# Main Makefiles
#
include $(DOCS_ROOT)/doc-template/Makefile.common

#
# Post-rules definition and redefinition of variables
# ...
# 
ULINK_LEAVE=10
ARRANGE_PARAMS= --stringparam tag-level1 book  --stringparam tag-level2 chapter --stringparam tag-level3 section
FOMAKE_PARAMS = --param body.font.master 8 --stringparam generate.toc "book toc,title"

