From 3b6c0a24281ef91e5721e432de3bb8bd288f8209 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 21 Jan 2009 15:09:29 -0500 Subject: [PATCH] Remove last reference to T2T from Makefile.doc. --- common/Makefile.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/Makefile.doc b/common/Makefile.doc index fb9a43ee..571ec45a 100644 --- a/common/Makefile.doc +++ b/common/Makefile.doc @@ -12,7 +12,7 @@ ADC_SRC_FILES = $(wildcard *.txt) ADC_FILES = $(ADC_SRC_FILES:%.txt=%.html) ADC_DEPS = $(wildcard asciidoc.conf lang-$(LANG).conf) -DOC_FILES = $(ADC_FILES) $(T2T_FILES) +DOC_FILES = $(ADC_FILES) .SILENT: @@ -32,10 +32,10 @@ help: @echo " make distclean - clean up more" clean: - @echo " Cleanup of $(LOCALE) documentation..." + @echo "Cleanup of $(LOCALE) documentation..." distclean: clean - @echo " More cleanup of $(LOCALE) documentation..." + @echo "More cleanup of $(LOCALE) documentation..." rm -f $(DOC_FILES) #### Makes single-file makes easier to type @@ -51,6 +51,6 @@ check-asciidoc: echo >&2 "Warning: asciidoc versions other than 8.2.x are unsupported" $(ADC_FILES): %.html: %.txt $(BASE)/Makefile.doc $(ADC_DEPS) - @echo " DOC locale/$(LOCALE)/$@" + @echo "DOC locale/$(LOCALE)/$@" $(ASCIIDOC) --unsafe -a linkcss -a quirks! -a lang=$(LANG) -a doctitle="$(shell basename $@)" -o $@ $<