]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
Add blocked page
[ipfire.org.git] / Makefile.am
index 679d340f89ebb1ed284c68472b208b27e8135468..1424e8247b1e78cd93cc5eb09416db77c307c289 100644 (file)
@@ -153,11 +153,14 @@ templates_newsletterdir = $(templatesdir)/newsletter
 
 templates_people_DATA = \
        src/templates/people/base.html \
+       src/templates/people/call.html \
        src/templates/people/calls.html \
        src/templates/people/index.html \
-       src/templates/people/registrations.html \
+       src/templates/people/passwd.html \
        src/templates/people/search.html \
+       src/templates/people/sip.html \
        src/templates/people/user.html \
+       src/templates/people/user-base.html \
        src/templates/people/user-edit.html \
        src/templates/people/users.html
 
@@ -167,11 +170,24 @@ templates_people_modules_DATA = \
        src/templates/people/modules/accounts-list.html \
        src/templates/people/modules/cdr.html \
        src/templates/people/modules/channels.html \
-       src/templates/people/modules/registrations.html
+       src/templates/people/modules/mos.html \
+       src/templates/people/modules/registrations.html \
+       src/templates/people/modules/sip-status.html
 
 templates_people_modulesdir = $(templates_peopledir)/modules
 
+templates_people_ssh_keys_DATA = \
+       src/templates/people/ssh-keys/base.html \
+       src/templates/people/ssh-keys/delete.html \
+       src/templates/people/ssh-keys/error.html \
+       src/templates/people/ssh-keys/error-invalid-key.html \
+       src/templates/people/ssh-keys/index.html \
+       src/templates/people/ssh-keys/upload.html
+
+templates_people_ssh_keysdir = $(templates_peopledir)/ssh-keys
+
 templates_static_DATA = \
+       src/templates/static/blocked.html \
        src/templates/static/chat.html \
        src/templates/static/features.html \
        src/templates/static/legal.html \