]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
donate: Add thank you and error page
[ipfire.org.git] / Makefile.am
index a05d730c3fc10df6e8ce1aa2ea0f606cebe321f9..6867394d74e91cb811b6f345f617dea282cf29c6 100644 (file)
@@ -78,6 +78,7 @@ web_PYTHON = \
        src/web/base.py \
        src/web/blog.py \
        src/web/boot.py \
+       src/web/donate.py \
        src/web/download.py \
        src/web/fireinfo.py \
        src/web/handlers.py \
@@ -97,7 +98,6 @@ webdir = $(backenddir)/web
 
 templates_DATA = \
        src/templates/base.html \
-       src/templates/donate.html \
        src/templates/error.html \
        src/templates/index.html
 
@@ -132,6 +132,13 @@ templates_blog_modules_DATA = \
 
 templates_blog_modulesdir = $(templates_blogdir)/modules
 
+templates_donate_DATA = \
+       src/templates/donate/donate.html \
+       src/templates/donate/error.html \
+       src/templates/donate/thank-you.html
+
+templates_donatedir = $(templatesdir)/donate
+
 templates_download_DATA = \
        src/templates/download/release.html
 
@@ -141,13 +148,9 @@ templates_fireinfo_DATA = \
        src/templates/fireinfo/driver.html \
        src/templates/fireinfo/index.html \
        src/templates/fireinfo/i-use-1.png \
+       src/templates/fireinfo/processors.html \
        src/templates/fireinfo/profile.html \
-       src/templates/fireinfo/stats-cpus-detail.html \
-       src/templates/fireinfo/stats-cpus.html \
-       src/templates/fireinfo/stats-geo.html \
-       src/templates/fireinfo/stats.html \
-       src/templates/fireinfo/stats-memory.html \
-       src/templates/fireinfo/stats-oses.html \
+       src/templates/fireinfo/releases.html \
        src/templates/fireinfo/vendor.html \
        src/templates/fireinfo/vendors.html
 
@@ -155,12 +158,13 @@ templates_fireinfodir = $(templatesdir)/fireinfo
 
 templates_fireinfo_modules_DATA = \
        src/templates/fireinfo/modules/table-devices-and-groups.html \
-       src/templates/fireinfo/modules/table-devices.html \
-       src/templates/fireinfo/modules/table-geo.html
+       src/templates/fireinfo/modules/table-devices.html
 
 templates_fireinfo_modulesdir = $(templates_fireinfodir)/modules
 
 templates_location_DATA = \
+       src/templates/location/base.html \
+       src/templates/location/blacklists.html \
        src/templates/location/lookup.html
 
 templates_locationdir = $(templatesdir)/location
@@ -256,6 +260,7 @@ SCSS_FILES = \
        src/scss/_variables.scss
 
 EXTRA_DIST += \
+       src/scss/listing.scss \
        src/templates/messages/main.scss
 
 CLEANFILES += \
@@ -264,9 +269,11 @@ CLEANFILES += \
 static_DATA = \
        src/static/favicon.ico \
        src/static/robots.txt \
+       src/scss/listing.css \
        src/scss/main.css
 
 CLEANFILES += \
+       src/scss/listing.css \
        src/scss/main.css
 
 EXTRA_DIST += \