up, add new config files and delete old tar conf file
[arrow.git] / conf_slk120 / fonts / Makefile
blobee422d4a5ceee5afb1c97dd3329b41f83d6b3a47
1 FILES= cjk.conf fonts.conf local.conf msttcorefonts.conf
3 help:
4 @echo -e "subdir:\n $(SUBDIR)\n"
6 install:
7 @$(CP) $(FILES) $(ROOT)/etc/fonts/
8 chown:
9 for _FILE in $(FILES); do $(CHOWN) $(WHOOWN) $(ROOT)/etc/fonts/$${_FILE}; done