DEPEND_DOC = tva.adoc


LANGFR= -a lang=fr  -a chapter-signifier=Chapitre -a part-signifier=Partie  -a part-example=Exemple -a toc -a caution-caption=Attention

tva.html : $(DEPEND_DOC)

%.html:%.adoc
	asciidoctor --doctype=book $(LANGFR)   $<

%.wiki:%.html
	pandoc --to=dokuwiki --from=html $< > $@
clean:
	rm -fv tva.html tva.wiki
