1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 16:02:26 +01:00

Fix LANG setting in Makefile.doc. Remove extra indentation in messages.

This commit is contained in:
Kris Maglione
2009-01-21 14:53:12 -05:00
parent f36748338b
commit 91c5485c42
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ ASCIIDOC = asciidoc
AWK = awk
LOCALE = $(shell basename `pwd`)
LANG = $(shell basename `pwd` | $(AWK) -F- '{ print ($$1 ~ /^[a-z]\{2\}$$/) ? $$1 : "en" }')
LANG = $(shell basename `pwd` | $(AWK) -F- '{ print ($$1 ~ /^[a-z][a-z]$$/) ? $$1 : "en" }')
ADC_SRC_FILES = $(wildcard *.txt)
ADC_FILES = $(ADC_SRC_FILES:%.txt=%.html)