ngstar/datas/themes/Makefile
Gwenhael Le Moine f21eee8aaa Initial commit on github to give this project a somewhat more 'permanent' home
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2009-05-12 13:28:12 +07:00

15 lines
347 B
Makefile

include ../../Makefile.config
THEMES = cyco001 cyco002 HP48 inversed
install :
install -m 0755 -d $(THEMES_DIR)
$(INSTALL) -R $(THEMES) $(THEMES_DIR)
chmod -R 0755 $(THEMES_DIR)
for i in $(THEMES) ; do chmod 0644 $(THEMES_DIR)/$$i/* ; done
uninstall :
-rm -fr $(THEMES_DIR)
clean :
-rm *~ cyco001/*~ cyco002/*~ HP48/*~ inversed/*~