# Makefile
# $Id: Makefile,v 1.1 2008/10/05 01:33:42 nishimoto Exp $
# 
# smartdoc (sdoc) is available at
# http://smartdoc.jp/
#
# $ cd files/sdoc
# $ make
#

all: main index

clean:
	rm -rf html4

index:
	cp main.html html4/main.html
	cp main.html html4/index.html

main: main.sdoc refman.sdoc voicexml.sdoc srgf.sdoc \
	elements.xml elements-jeida.xml elements-gdm.xml elements2sdoc.xsl SmartDoc.properties
	ruby TstampMaker.rb > tstamp.sdoc
	sdoc -format:html4 -toc:true -split:chapter -packager:dir main.sdoc

# end of file
