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