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

Petty makefile changes.

This commit is contained in:
Kris Maglione
2009-06-06 23:40:17 -04:00
parent f33100d579
commit 83d7e30b5d
5 changed files with 51 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ BASE = $(TOP)/../common
LOCALEDIR = locale
DOC_SRC_FILES = $(wildcard $(LOCALEDIR)/*/*.txt)
LOCALES = $(foreach locale,$(wildcard $(LOCALEDIR)/*),$(word 2,$(subst /, ,$(locale))))
LOCALES = $(shell ls $(LOCALEDIR))
MAKE_JAR = VERSION="$(VERSION)" DATE="$(BUILD_DATE)" sh $(BASE)/make_jar.sh
@@ -107,4 +107,5 @@ $(JAR): doc
#### doc (see Makefile.doc)
doc: $(foreach localetgt,$(LOCALES:%=%.doc),$(addprefix $(LOCALEDIR)/,$(localetgt))) ;
doc: $(LOCALES:%=$(LOCALEDIR)/%.doc) ;