]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
location: Add download page
[ipfire.org.git] / Makefile.am
index c88e0cfecf1d1a1a622ac89039eaf154f4d18db7..854a3cdbff6e5f4f017ee2775efcbbfdcdbdc721 100644 (file)
@@ -218,6 +218,7 @@ templates_fireinfo_modulesdir = $(templates_fireinfodir)/modules
 templates_location_DATA = \
        src/templates/location/base.html \
        src/templates/location/blacklists.html \
+       src/templates/location/download.html \
        src/templates/location/how-to-use.html \
        src/templates/location/index.html \
        src/templates/location/lookup.html
@@ -305,7 +306,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 +323,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 +380,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 +942,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 \
@@ -949,13 +952,14 @@ static_images_DATA = \
        src/static/img/apple-touch-icon-72x72-precomposed.png \
        src/static/img/apple-touch-icon-60x60-precomposed.png \
        src/static/img/bash-logo.svg \
+       src/static/img/debian-logo.svg \
        src/static/img/default-avatar.jpg \
        src/static/img/ipfire-tux.png \
        src/static/img/iuse-not-found.png \
        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 +972,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 \