aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Reed <michael@michaelreed.io>2017-07-13 20:35:23 -0400
committerMichael Reed <michael@michaelreed.io>2017-07-15 12:05:36 -0400
commitad782e9a2351b39d5b57eaceceb01a0f6b79165b (patch)
tree5f202ad6d05c9f78c2200773f3c49a8cb2d0d2dd /www
parentc6eb6b822ca0347b41c60f858e43381bbac2ae9b (diff)
downloadlibrebootfr-ad782e9a2351b39d5b57eaceceb01a0f6b79165b.tar.gz
librebootfr-ad782e9a2351b39d5b57eaceceb01a0f6b79165b.zip
www/Makefile: Remove incorrect comment
Unlike what the comment says, the target .md.html does apply to news/index.md (it's just that news/index.md must be generated first by index.sh).
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index bcf230b1..d9405f6e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -24,7 +24,6 @@ HTML_NEWS = $(MD_NEWS:.md=.html)
all: $(HTML_MAIN) news/index.html
.SUFFIXES: .md .html
-# Does not apply for news/index.md; see below.
.md.html:
./publish.sh $<