mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:32:27 +01:00
Added small Makefiles to doc dirs to make building docs more convenient.
This commit is contained in:
9
muttator/locale/en-US/Makefile
Normal file
9
muttator/locale/en-US/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
THISLOCALE=$(notdir $(shell pwd))
|
||||
|
||||
all: *.html
|
||||
|
||||
%: %.html %.txt
|
||||
@make $@.html
|
||||
|
||||
%.html: %.txt asciidoc.conf
|
||||
@make -C ../../ locale/$(THISLOCALE)/$@
|
||||
Reference in New Issue
Block a user