diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 11:58:03 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 11:58:03 +0100 |
commit | aaaaed8479368b87bc6960dc6abe5a97b4cc7ef9 (patch) | |
tree | b42aba96bb84c0e3593b910011a8b05cffe4e7be /Makefile | |
parent | e1f1bf463631c73b5a7e70c3f3a1b1206df6c317 (diff) |
Separated out weblog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -12,7 +12,6 @@ PLUGINS= \ static-files \ statistics \ webbox \ - weblog \ websocket CXXFLAGS+=-fPIE @@ -189,13 +188,6 @@ DISTFILES= \ plugins/webbox/html/webbox.js \ plugins/webbox/webbox.cpp \ plugins/webbox/webbox.h \ - plugins/weblog/Makefile \ - plugins/weblog/html/blog.css \ - plugins/weblog/html/favicon.ico \ - plugins/weblog/procmail/procmail.sh \ - plugins/weblog/procmail/procmailrc \ - plugins/weblog/weblog.cpp \ - plugins/weblog/weblog.h \ privileges.cpp \ privileges.h \ response.cpp \ |