]> git.ipfire.org Git - ipfire.org.git/blobdiff - Makefile.am
docs: Move file detail template
[ipfire.org.git] / Makefile.am
index 98c732655702c3ea9f222cd323c04e1f3a2f6e16..aeadb2a71ccd7e1da9a70e51e4d0cbedbd8f7583 100644 (file)
@@ -71,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 \
@@ -140,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 \
@@ -194,11 +199,20 @@ templates_donate_messagesdir = $(templates_donatedir)/messages
 
 templates_docs_DATA = \
        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
@@ -274,7 +288,6 @@ templates_nopaste_modules_DATA = \
 templates_nopaste_modulesdir = $(templates_nopastedir)/modules
 
 templates_people_DATA = \
-       src/templates/people/conferences.html \
        src/templates/people/index.html \
        src/templates/people/subscribed.html \
        src/templates/people/unsubscribe.html \
@@ -287,12 +300,6 @@ templates_people_messages_DATA = \
 
 templates_people_messagesdir = $(templates_peopledir)/messages
 
-templates_people_modules_DATA = \
-       src/templates/people/modules/password.html \
-       src/templates/people/modules/password.js
-
-templates_people_modulesdir = $(templates_peopledir)/modules
-
 templates_static_DATA = \
        src/templates/static/about.html \
        src/templates/static/legal.html \
@@ -327,6 +334,7 @@ templates_voip_DATA = \
 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
@@ -336,11 +344,8 @@ 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
@@ -348,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
@@ -359,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