steed/languages/Makefile

9 lines
141 B
Makefile
Raw Normal View History

include ../Rules.make
clean:
all:
install:
install -d -m0755 $(LANGPATH)
for f in *.ini; do \
2009-09-09 19:14:34 +03:00
install -m0644 $$f $(LANGPATH)/$$f;\
done