diff --git a/common/Makefile.doc b/common/Makefile.doc index 2d41d3ac..5f5b04d3 100644 --- a/common/Makefile.doc +++ b/common/Makefile.doc @@ -27,7 +27,7 @@ AWK = awk .PHONY: all help doc asciidoc check-asciidoc clean distclean all: doc -doc: asciidoc +doc: asciidoc t2t help: @echo "${NAME} ${VERSION} build" @@ -61,6 +61,8 @@ $(ADC_FILES): %.html: %.txt $(BASE)/Makefile.doc $(ADC_DEPS) #### txt2tags +t2t: $(T2T_FILES) + $(T2T_FILES): %.xhtml: %.t2t $(BASE)/Makefile.doc $(T2T_DEPS) @echo "T2T locale/$(THIS_LOCALE)/$@" txt2tags --quiet $<