commit 6f56623154164a3098522bc64fb5243ef5985d7b Author: Iain R. Learmonth irl@fsfe.org Date: Sat Feb 23 18:14:06 2019 +0000
Fix script name in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 77d3f0a..475160b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ server: content/techreports.html hugo serve
content/techreports.html: techreports-header.html techreports-footer.html techreports.bib - ./generate-tech-reports + ./generate-techreports-html
staging: content/techreports.html hugo -b https://research-staging.torproject.org/
tor-commits@lists.torproject.org