]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
docs: Move 404 template
[ipfire.org.git] / Makefile.am
index 85762aefdbffd4b8722ad3b80088b7d170fcc9f5..dd0104f59961fdda84619790702bd325df7a8d2b 100644 (file)
@@ -49,6 +49,7 @@ CLEANFILES += \
 backend_PYTHON = \
        src/backend/__init__.py \
        src/backend/accounts.py \
+       src/backend/asterisk.py \
        src/backend/base.py \
        src/backend/blog.py \
        src/backend/bugzilla.py \
@@ -70,7 +71,6 @@ backend_PYTHON = \
        src/backend/releases.py \
        src/backend/resolver.py \
        src/backend/settings.py \
-       src/backend/talk.py \
        src/backend/toots.py \
        src/backend/util.py \
        src/backend/wiki.py \
@@ -97,6 +97,7 @@ web_PYTHON = \
        src/web/people.py \
        src/web/ui_modules.py \
        src/web/users.py \
+       src/web/voip.py \
        src/web/wiki.py
 
 webdir = $(backenddir)/web
@@ -138,6 +139,12 @@ templates_auth_messages_DATA = \
 
 templates_auth_messagesdir = $(templates_authdir)/messages
 
+templates_auth_modules_DATA = \
+       src/templates/auth/modules/password.html \
+       src/templates/auth/modules/password.js
+
+templates_auth_modulesdir = $(templates_authdir)/modules
+
 templates_blog_DATA = \
        src/templates/blog/author.html \
        src/templates/blog/base.html \
@@ -191,12 +198,22 @@ templates_donate_messages_DATA = \
 templates_donate_messagesdir = $(templates_donatedir)/messages
 
 templates_docs_DATA = \
+       src/templates/docs/404.html \
        src/templates/docs/base.html \
-       src/templates/docs/page.html
+       src/templates/docs/confirm-restore.html \
+       src/templates/docs/diff.html \
+       src/templates/docs/page.html \
+       src/templates/docs/revisions.html
 
 templates_docsdir = $(templatesdir)/docs
 
+templates_docs_files_DATA = \
+       src/templates/docs/files/detail.html
+
+templates_docs_filesdir = $(templates_docsdir)/files
+
 templates_docs_modules_DATA = \
+       src/templates/docs/modules/diff.html \
        src/templates/docs/modules/header.html
 
 templates_docs_modulesdir = $(templates_docsdir)/modules
@@ -272,11 +289,7 @@ templates_nopaste_modules_DATA = \
 templates_nopaste_modulesdir = $(templates_nopastedir)/modules
 
 templates_people_DATA = \
-       src/templates/people/conferences.html \
-       src/templates/people/call.html \
-       src/templates/people/calls.html \
        src/templates/people/index.html \
-       src/templates/people/sip.html \
        src/templates/people/subscribed.html \
        src/templates/people/unsubscribe.html \
        src/templates/people/unsubscribed.html
@@ -288,17 +301,6 @@ templates_people_messages_DATA = \
 
 templates_people_messagesdir = $(templates_peopledir)/messages
 
-templates_people_modules_DATA = \
-       src/templates/people/modules/agent.html \
-       src/templates/people/modules/cdr.html \
-       src/templates/people/modules/channels.html \
-       src/templates/people/modules/mos.html \
-       src/templates/people/modules/password.html \
-       src/templates/people/modules/password.js \
-       src/templates/people/modules/registrations.html
-
-templates_people_modulesdir = $(templates_peopledir)/modules
-
 templates_static_DATA = \
        src/templates/static/about.html \
        src/templates/static/legal.html \
@@ -307,6 +309,8 @@ templates_static_DATA = \
 templates_staticdir = $(templatesdir)/static
 
 templates_users_DATA = \
+       src/templates/users/delete.html \
+       src/templates/users/deleted.html \
        src/templates/users/edit.html \
        src/templates/users/index.html \
        src/templates/users/passwd.html \
@@ -325,14 +329,23 @@ templates_users_modules_DATA = \
 
 templates_users_modulesdir = $(templates_usersdir)/modules
 
+templates_voip_DATA = \
+       src/templates/voip/index.html
+
+templates_voipdir = $(templatesdir)/voip
+
+templates_voip_modules_DATA = \
+       src/templates/voip/modules/conferences.html \
+       src/templates/voip/modules/outbound-registrations.html \
+       src/templates/voip/modules/queues.html \
+       src/templates/voip/modules/registrations.html
+
+templates_voip_modulesdir = $(templates_voipdir)/modules
+
 templates_wiki_DATA = \
-       src/templates/wiki/404.html \
        src/templates/wiki/confirm-delete.html \
-       src/templates/wiki/confirm-restore.html \
-       src/templates/wiki/diff.html \
        src/templates/wiki/edit.html \
        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
@@ -340,7 +353,6 @@ templates_wiki_DATA = \
 templates_wikidir = $(templatesdir)/wiki
 
 templates_wiki_files_DATA = \
-       src/templates/wiki/files/detail.html \
        src/templates/wiki/files/index.html
 
 templates_wiki_filesdir = $(templates_wikidir)/files
@@ -351,7 +363,6 @@ templates_wiki_messages_DATA = \
 templates_wiki_messagesdir = $(templates_wikidir)/messages
 
 templates_wiki_modules_DATA = \
-       src/templates/wiki/modules/diff.html \
        src/templates/wiki/modules/list.html
 
 templates_wiki_modulesdir = $(templates_wikidir)/modules