From 4b6186caedbdc1183cb9ee14b5489303e7bc52be Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Thu, 8 Jan 2009 17:37:13 -0500 Subject: [PATCH] Add a t2t target to Makefile.doc for building t2t only. --- common/Makefile.doc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 $<