diff options
-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 $< |