diff options
author | Michael Reed <michael@michaelreed.io> | 2017-07-13 20:35:23 -0400 |
---|---|---|
committer | Michael Reed <michael@michaelreed.io> | 2017-07-15 12:05:36 -0400 |
commit | ad782e9a2351b39d5b57eaceceb01a0f6b79165b (patch) | |
tree | 5f202ad6d05c9f78c2200773f3c49a8cb2d0d2dd /www | |
parent | c6eb6b822ca0347b41c60f858e43381bbac2ae9b (diff) | |
download | librebootfr-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/Makefile | 1 |
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 $< |