This commit is contained in:
Alexandre Anriot 2005-09-13 15:13:31 +00:00
parent 0d744ac5e5
commit a431a83684

View file

@ -16,6 +16,7 @@ all: web tools help msg
web:
$(INSTALL) -d -m 0755 $(WWWDIR)/$(NAME)/{,includes,images}
$(INSTALL) -m 0644 htdocs/*.php $(WWWDIR)/$(NAME)
$(INSTALL) -m 0644 htdocs/style.css $(WWWDIR)/$(NAME)
$(INSTALL) -m 0644 htdocs/includes/*.php $(WWWDIR)/$(NAME)/includes
$(INSTALL) -m 0666 htdocs/accueil.txt $(WWWDIR)/$(NAME)
$(INSTALL) -m 0644 htdocs/images/*.* $(WWWDIR)/$(NAME)/images