1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 21:14:13 +01:00

Remove last reference to T2T from Makefile.doc.

This commit is contained in:
Kris Maglione
2009-01-21 15:09:29 -05:00
parent 91c5485c42
commit 3b6c0a2428

View File

@@ -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 $@ $<