Files
sogo/UI/WebServerResources/GNUmakefile
Wolfgang Sourdeau b994894695 Monotone-Parent: db74f1240df886a18bfc03a66ef397be41f44bb8
Monotone-Revision: 5e0e51447ef2f0528a3a0b4bb9e2540eebbb1bc6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-20T17:57:22
Monotone-Branch: ca.inverse.sogo
2008-05-20 17:57:22 +00:00

18 lines
292 B
Makefile

# GNUstep makefile
include ../common.make
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *.jpg *gif *png *html *txt)
all ::
install ::
@mkdir -p ${SOGO_WEBSERVERRESOURCESDIR}
@cp $(WEBSERVER_RESOURCE_FILES) ${SOGO_WEBSERVERRESOURCESDIR}
clean ::
distclean :: clean
uninstall ::