steed/languages/Makefile
2009-09-09 16:14:34 +00:00

9 lines
141 B
Makefile

include ../Rules.make
clean:
all:
install:
install -d -m0755 $(LANGPATH)
for f in *.ini; do \
install -m0644 $$f $(LANGPATH)/$$f;\
done