mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 07:33:32 +01:00
Remove last reference to T2T from Makefile.doc.
This commit is contained in:
@@ -12,7 +12,7 @@ ADC_SRC_FILES = $(wildcard *.txt)
|
|||||||
ADC_FILES = $(ADC_SRC_FILES:%.txt=%.html)
|
ADC_FILES = $(ADC_SRC_FILES:%.txt=%.html)
|
||||||
ADC_DEPS = $(wildcard asciidoc.conf lang-$(LANG).conf)
|
ADC_DEPS = $(wildcard asciidoc.conf lang-$(LANG).conf)
|
||||||
|
|
||||||
DOC_FILES = $(ADC_FILES) $(T2T_FILES)
|
DOC_FILES = $(ADC_FILES)
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
||||||
@@ -32,10 +32,10 @@ help:
|
|||||||
@echo " make distclean - clean up more"
|
@echo " make distclean - clean up more"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo " Cleanup of $(LOCALE) documentation..."
|
@echo "Cleanup of $(LOCALE) documentation..."
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
@echo " More cleanup of $(LOCALE) documentation..."
|
@echo "More cleanup of $(LOCALE) documentation..."
|
||||||
rm -f $(DOC_FILES)
|
rm -f $(DOC_FILES)
|
||||||
|
|
||||||
#### Makes single-file makes easier to type
|
#### 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"
|
echo >&2 "Warning: asciidoc versions other than 8.2.x are unsupported"
|
||||||
|
|
||||||
$(ADC_FILES): %.html: %.txt $(BASE)/Makefile.doc $(ADC_DEPS)
|
$(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 $@ $<
|
$(ASCIIDOC) --unsafe -a linkcss -a quirks! -a lang=$(LANG) -a doctitle="$(shell basename $@)" -o $@ $<
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user