1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 01:02:27 +01:00

Fix commands.js

This commit is contained in:
Kris Maglione
2008-12-20 01:05:10 -05:00
parent 16c49fe786
commit e7a7093f0d
3 changed files with 15 additions and 8 deletions

View File

@@ -113,3 +113,11 @@ ${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf
@echo "DOC $@"
${ASCIIDOC} --unsafe -a linkcss -a quirks! -a doctitle="$(shell basename $@)" -o $@ $<
T2T = $(wildcard locale/*/*.t2t)
t2t: $(T2T:%.t2t=%.xhtml)
$(T2T:%.t2t=%.xhtml): locale/en-US/config.t2t
%.xhtml: %.t2t
@echo "T2T $@"
txt2tags --quiet $<