[glade-web] Added registration.src to makefile
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade-web] Added registration.src to makefile
- Date: Wed, 6 Nov 2013 22:27:11 +0000 (UTC)
commit ab66ee263b01167a29d688b6d486e59d82b5581f
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Wed Nov 6 19:26:47 2013 -0300
Added registration.src to makefile
Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 7c222fc..cce5b37 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ PYTHON = python
PROCESSOR = ${PYTHON} stp.py
SRC_PAGES = \
+ registration.src \
sources.src \
index.src \
news.src
@@ -50,9 +51,9 @@ ${WEBDIR}/%.html: %.src
news.rss: newsitems.py feed.py
${PYTHON} feed.py
-extras: ${CSS_FILES} images/*.png
+extras: ${CSS_FILES} images/*.png images/*.svg
cp ${CSS_FILES} ${WEBDIR}
- cp images/*.png ${IMGDIR}
+ cp images/*.png images/*.svg ${IMGDIR}
cp news.rss ${WEBDIR}
cp .htaccess ${WEBDIR}/.htaccess
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]