aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 681e3067..bcf230b1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -16,7 +16,7 @@
MD_MAIN != find -L . -name '*.md' -and ! -path '*/news/*'
HTML_MAIN = $(MD_MAIN:.md=.html)
-MD_NEWS != find -L news -name '*.md' -and ! -name index.md
+MD_NEWS != cat news/MANIFEST
HTML_NEWS = $(MD_NEWS:.md=.html)