mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 06:35:46 +01:00
Add a t2t target to Makefile.doc for building t2t only.
This commit is contained in:
@@ -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 $<
|
||||
|
||||
Reference in New Issue
Block a user