]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
donate: Do not cache donation page
[ipfire.org.git] / Makefile.am
index bed8f9d6cfc2b1699a2768372497b5f788658881..973b952d6be1a17b0520b89487030d4d278b4447 100644 (file)
@@ -56,7 +56,6 @@ backend_PYTHON = \
        src/backend/database.py \
        src/backend/decorators.py \
        src/backend/fireinfo.py \
-       src/backend/geoip.py \
        src/backend/hwdata.py \
        src/backend/iuse.py \
        src/backend/memcached.py \
@@ -67,6 +66,7 @@ backend_PYTHON = \
        src/backend/nopaste.py \
        src/backend/ratelimit.py \
        src/backend/releases.py \
+       src/backend/resolver.py \
        src/backend/settings.py \
        src/backend/talk.py \
        src/backend/tweets.py \
@@ -91,7 +91,6 @@ web_PYTHON = \
        src/web/iuse.py \
        src/web/location.py \
        src/web/mirrors.py \
-       src/web/newsletter.py \
        src/web/nopaste.py \
        src/web/people.py \
        src/web/ui_modules.py \
@@ -153,6 +152,12 @@ templates_blog_DATA = \
 
 templates_blogdir = $(templatesdir)/blog
 
+templates_blog_messages_DATA = \
+       src/templates/blog/messages/announcement.html \
+       src/templates/blog/messages/announcement.txt
+
+templates_blog_messagesdir = $(templates_blogdir)/messages
+
 templates_blog_modules_DATA = \
        src/templates/blog/modules/history-navigation.html \
        src/templates/blog/modules/list.html \
@@ -192,6 +197,7 @@ templates_download_DATA = \
 templates_downloaddir = $(templatesdir)/download
 
 templates_fireinfo_DATA = \
+       src/templates/fireinfo/admin.html \
        src/templates/fireinfo/driver.html \
        src/templates/fireinfo/index.html \
        src/templates/fireinfo/i-use-1.png \
@@ -247,12 +253,6 @@ templates_netboot_DATA = \
 
 templates_netbootdir = $(templatesdir)/netboot
 
-templates_newsletter_DATA = \
-       src/templates/newsletter/subscribe.txt \
-       src/templates/newsletter/subscribed.html
-
-templates_newsletterdir = $(templatesdir)/newsletter
-
 templates_nopaste_DATA = \
        src/templates/nopaste/create.html \
        src/templates/nopaste/view.html
@@ -305,7 +305,6 @@ templates_people_modules_DATA = \
 templates_people_modulesdir = $(templates_peopledir)/modules
 
 templates_static_DATA = \
-       src/templates/static/blocked.html \
        src/templates/static/features.html \
        src/templates/static/legal.html \
        src/templates/static/support.html
@@ -323,6 +322,7 @@ templates_wiki_DATA = \
        src/templates/wiki/recent-changes.html \
        src/templates/wiki/revisions.html \
        src/templates/wiki/search-results.html \
+       src/templates/wiki/tree.html \
        src/templates/wiki/watchlist.html
 
 templates_wikidir = $(templatesdir)/wiki
@@ -379,6 +379,8 @@ EXTRA_DIST += \
 staticdir = $(datadir)/static
 
 static_css_DATA = \
+       src/static/css/Control.Geocoder.css \
+       src/static/css/leaflet.css \
        src/static/css/prettify.css
 
 static_cssdir = $(staticdir)/css
@@ -939,7 +941,7 @@ static_fonts_DATA = \
 
 static_fontsdir = $(staticdir)/fonts
 
-static_images_DATA = \
+static_img_DATA = \
        src/static/img/apple-touch-icon-192x192-precomposed.png \
        src/static/img/apple-touch-icon-180x180-precomposed.png \
        src/static/img/apple-touch-icon-152x152-precomposed.png \
@@ -955,7 +957,7 @@ static_images_DATA = \
        src/static/img/lightningwirelabs-logo.svg \
        src/static/img/python-logo.svg
 
-static_imagesdir = $(staticdir)/img
+static_imgdir = $(staticdir)/img
 
 static_images_tux_DATA = \
        src/static/img/tux/ipfire_tux_16x16.png \
@@ -968,14 +970,24 @@ static_images_tux_DATA = \
        src/static/img/tux/ipfire_tux_420x420.png \
        src/static/img/tux/ipfire_tux_512x512.png
 
-static_images_tuxdir = $(static_imagesdir)/tux
+static_images_tuxdir = $(static_imgdir)/tux
+
+static_images_DATA = \
+       src/static/images/marker-icon.png \
+       src/static/images/marker-icon-2x.png \
+       src/static/images/marker-shadow.png
+
+static_imagesdir = $(staticdir)/images
 
 static_js_DATA = \
        src/bootstrap/dist/js/bootstrap.min.js \
        src/bootstrap/dist/js/bootstrap.min.js.map \
        \
+       src/static/js/Control.Geocoder.min.js \
        src/static/js/editor.js \
        src/static/js/jquery-3.3.1.min.js \
+       src/static/js/leaflet.min.js \
+       src/static/js/maps.js \
        src/static/js/popper.min.js \
        src/static/js/popper.min.js.map \
        src/static/js/prettify.js \