1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 12:24:19 +01:00
Files
pentadactyl-pm/vimperator/locale/en-US/Makefile

10 lines
149 B
Makefile

THISLOCALE=$(notdir $(shell pwd))
all: *.html
%: %.html %.txt
@make $@.html
%.html: %.txt asciidoc.conf
@make -C ../../ locale/$(THISLOCALE)/$@