[glade-web] Added registration.py to makefile



commit f9e6f9564d8b7c717735cc7c4acaadb018d297bd
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Wed Nov 6 19:44:06 2013 -0300

    Added registration.py to makefile

 Makefile                              |    3 ++-
 registration.src => registration.html |    0
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index cce5b37..fd306d6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ PYTHON = python
 PROCESSOR = ${PYTHON} stp.py
 
 SRC_PAGES =                    \
-       registration.src        \
        sources.src             \
        index.src               \
        news.src
@@ -16,6 +15,7 @@ SRC_PAGES =                   \
 HTML_PAGES = $(patsubst %.src, ${WEBDIR}/%.html, ${SRC_PAGES})
 COMMON_PAGES = head.src foot.src newsitems.py feed.py
 CSS_FILES = default.css
+REGISTRATION_FILES = registration.html registration.py
 
 all: start_log pages finish_log
 
@@ -53,6 +53,7 @@ news.rss: newsitems.py feed.py
 
 extras: ${CSS_FILES} images/*.png images/*.svg
        cp ${CSS_FILES} ${WEBDIR}
+       cp ${REGISTRATION_FILES} ${WEBDIR}
        cp images/*.png images/*.svg ${IMGDIR}
        cp news.rss ${WEBDIR}
        cp .htaccess ${WEBDIR}/.htaccess
diff --git a/registration.src b/registration.html
similarity index 100%
rename from registration.src
rename to registration.html


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