Install *.png im public/img too.

refs #4926
refs #4903
This commit is contained in:
Michael Friedrich 2013-10-20 18:09:52 +02:00 committed by Marius Hein
parent fe03f5b246
commit 3f27d988f0
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ copy-web-files-%:
-name "*.php" -or -name "*.ini" -or -name "*.*html" \
-or -name "*.js" -or -name "*.css" -or -name "*.less" \
-or -name "*.otf" -or -name "*.ttf" -or -name "*.otf" \
-or -name "*.svg" -or -name "*.woff" \
-or -name "*.svg" -or -name "*.woff" -or -name "*.png" \
-and ! -name ".*"`; \
for file in $$files; do \
$(INSTALL) -m 644 $(INSTALL_OPTS_WEB) "$$file" $(DESTDIR)$(prefix)/"$$file"; \