[tor-commits] [research-web/staging] Fix script name in Makefile
irl at torproject.org
irl at torproject.org
Sat Feb 23 18:42:07 UTC 2019
commit 6f56623154164a3098522bc64fb5243ef5985d7b
Author: Iain R. Learmonth <irl at 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/
More information about the tor-commits
mailing list