X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile.am;h=a5f6e265a978b187e678725c9e60fefe664de4dc;hb=aee572705d0fb460f1e585d6261b527f896f2de0;hp=53574dff5a41edddbc6eb66aa45a01d1d17e66e5;hpb=92c4b559f361801e697abb0a29744043f443fcdc;p=ipfire.org.git diff --git a/Makefile.am b/Makefile.am index 53574dff..a5f6e265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,7 +91,6 @@ web_PYTHON = \ src/web/iuse.py \ src/web/location.py \ src/web/mirrors.py \ - src/web/newsletter.py \ src/web/nopaste.py \ src/web/people.py \ src/web/ui_modules.py \ @@ -153,6 +152,12 @@ templates_blog_DATA = \ templates_blogdir = $(templatesdir)/blog +templates_blog_messages_DATA = \ + src/templates/blog/messages/announcement.html \ + src/templates/blog/messages/announcement.txt + +templates_blog_messagesdir = $(templates_blogdir)/messages + templates_blog_modules_DATA = \ src/templates/blog/modules/history-navigation.html \ src/templates/blog/modules/list.html \ @@ -247,12 +252,6 @@ templates_netboot_DATA = \ templates_netbootdir = $(templatesdir)/netboot -templates_newsletter_DATA = \ - src/templates/newsletter/subscribe.txt \ - src/templates/newsletter/subscribed.html - -templates_newsletterdir = $(templatesdir)/newsletter - templates_nopaste_DATA = \ src/templates/nopaste/create.html \ src/templates/nopaste/view.html @@ -275,7 +274,7 @@ templates_people_DATA = \ src/templates/people/passwd.html \ src/templates/people/search.html \ src/templates/people/sip.html \ - src/templates/people/subscribe.html \ + src/templates/people/stats.html \ src/templates/people/subscribed.html \ src/templates/people/unsubscribe.html \ src/templates/people/unsubscribed.html \