mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 21:54:12 +01:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
THISLOCALE=$(notdir $(shell pwd))
|
|
|
|
all: *.html
|
|
|
|
%: %.html %.txt
|
|
@
|
|
|
|
%.html: %.txt asciidoc.conf
|
|
@make -C ../../ locale/$(THISLOCALE)/$@
|