]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
Show note about login status in footer
[ipfire.org.git] / Makefile.am
index 65c85c50c46a8863a32fc771a7ec4c781ba55584..2eae162e052904343f167afcda61ac03fd25b14b 100644 (file)
@@ -74,13 +74,14 @@ backenddir = $(pythondir)/ipfire
 
 web_PYTHON = \
        src/web/__init__.py \
+       src/web/auth.py \
        src/web/blog.py \
+       src/web/download.py \
        src/web/handlers.py \
        src/web/handlers_accounts.py \
        src/web/handlers_admin.py \
        src/web/handlers_base.py \
        src/web/handlers_boot.py \
-       src/web/handlers_download.py \
        src/web/handlers_fireinfo.py \
        src/web/handlers_iuse.py \
        src/web/handlers_mirrors.py \
@@ -98,13 +99,16 @@ webdir = $(backenddir)/web
 templates_DATA = \
        src/templates/base.html \
        src/templates/donate.html \
-       src/templates/error.html \
-       src/templates/error-404.html \
-       src/templates/error-500.html \
+       src/templates/error.html
        src/templates/index.html
 
 templatesdir = $(datadir)/templates
 
+templates_auth_DATA = \
+       src/templates/auth/login.html
+
+templates_authdir = $(templatesdir)/auth
+
 templates_blog_DATA = \
        src/templates/blog/author.html \
        src/templates/blog/base.html \
@@ -125,6 +129,18 @@ templates_blog_modules_DATA = \
 
 templates_blog_modulesdir = $(templates_blogdir)/modules
 
+templates_download_DATA = \
+       src/templates/download/base.html \
+       src/templates/download/index.html \
+       src/templates/download/release.html
+
+templates_downloaddir = $(templatesdir)/download
+
+templates_download_modules_DATA = \
+       src/templates/download/modules/button.html
+
+templates_download_modulesdir = $(templates_downloaddir)/modules
+
 templates_location_DATA = \
        src/templates/location/lookup.html
 
@@ -175,10 +191,8 @@ EXTRA_DIST += \
 staticdir = $(datadir)/static
 
 static_fonts_DATA = \
-       src/fonts/ufl/ubuntu/Ubuntu-Bold.ttf \
-       src/fonts/ufl/ubuntu/Ubuntu-Light.ttf \
-       src/fonts/ufl/ubuntu/Ubuntu-Medium.ttf \
-       src/fonts/ufl/ubuntu/Ubuntu-Regular.ttf
+       src/fonts/ofl/karla/Karla-Bold.ttf \
+       src/fonts/ofl/karla/Karla-Regular.ttf
 
 static_fontsdir = $(staticdir)/fonts