[glade-web] Fix build



commit 9b19f42bb2114a69166bdd98f48c1bd60761d700
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Fri Nov 8 00:31:34 2013 -0300

    Fix build

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 22c83b4..7c222fc 100644
--- a/Makefile
+++ b/Makefile
@@ -50,9 +50,9 @@ ${WEBDIR}/%.html: %.src
 news.rss: newsitems.py feed.py
        ${PYTHON} feed.py
 
-extras: ${CSS_FILES} images/*.png images/*.svg
+extras: ${CSS_FILES} images/*.png
        cp ${CSS_FILES} ${WEBDIR}
-       cp images/*.png images/*.svg ${IMGDIR}
+       cp images/*.png ${IMGDIR}
        cp news.rss ${WEBDIR}
        cp .htaccess ${WEBDIR}/.htaccess
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]