steed/languages/Makefile

16 lines
215 B
Makefile
Raw Normal View History

include ../Rules.make
clean:
all:
install:
2009-09-23 07:21:24 +03:00
$(INSTALLD) $(LANGPATH)
for f in *.ini; do \
2009-09-23 07:21:24 +03:00
$(INSTALL) $$f $(LANGPATH)/$$f;\
done
2009-09-23 07:21:24 +03:00
ifeq ($(SYSTEMSETUP), yes)
uninstall:
$(RM) -rf $(LANGPATH)
else
uninstall:
endif