[glade-web] Added registration.html to STATIC_PAGES variable



commit bfd32b6ace3355878052185f590833f44f3ef6ed
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Nov 18 14:24:02 2013 -0300

    Added registration.html to STATIC_PAGES variable

 Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Makefile b/Makefile
index 5f05157..69465c2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ SRC_PAGES =                         \
        index.src               \
        news.src
 
-HTML_PAGES = $(patsubst %.src, ${WEBDIR}/%.html, ${SRC_PAGES}) \
-       registration.html
+HTML_PAGES = $(patsubst %.src, ${WEBDIR}/%.html, ${SRC_PAGES})
 
 COMMON_PAGES = head.src foot.src newsitems.py feed.py
+STATIC_PAGES = registration.html
 CSS_FILES = default.css
 
 all: start_log pages finish_log
@@ -52,7 +52,8 @@ ${WEBDIR}/%.html: %.src
 news.rss: newsitems.py feed.py
        ${PYTHON} feed.py
 
-extras: ${CSS_FILES} images/*.png images/*.svg
+extras: ${CSS_FILES} ${STATIC_PAGES} images/*.png images/*.svg
+       cp ${STATIC_PAGES} ${WEBDIR}
        cp ${CSS_FILES} ${WEBDIR}
        cp images/*.png ${IMGDIR}
        cp images/*.svg ${IMGDIR}


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