aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-07-11 01:37:14 +0000
committerGogs <gogitservice@gmail.com>2017-07-11 01:37:14 +0000
commit6d14a76d3241f8ef0b41f11bb6d9a89d6371b48b (patch)
tree2c8cb62bc48e02d2c09707436519d70147aa1b75 /www/Makefile
parent33994555b10253359c135d326a5cd36813b1db08 (diff)
parentb26ba423d0384d682b7cd3f7f8f491a0c4094328 (diff)
downloadlibrebootfr-6d14a76d3241f8ef0b41f11bb6d9a89d6371b48b.tar.gz
librebootfr-6d14a76d3241f8ef0b41f11bb6d9a89d6371b48b.zip
Merge branch 'fix-index-sh' of mreed/libreboot into master
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)