# this Makefile.am was automatically generated by bibletime/maintenance/gen_am.sh
# please do not edit this file but rather run the script to update


SUBDIRS = unicode html


html-files:
	if test -e unicode/index.docbook; then \
		olddir=$$PWD; \
		cd html;\
		echo "Validating the XML files..."; \
		if meinproc ../unicode/index.docbook; then\
			echo "HTML files created successfully."; \
		fi; cd $$olddir; \
	fi;