diff options
author | Rob Austein <sra@hactrn.net> | 2021-02-14 22:14:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-02-14 22:14:27 +0000 |
commit | eca811ec09db5be4892461ad46cd44e904025497 (patch) | |
tree | 5aa6ebb56d7395df43404ffef63c03bf4dd43368 /GNUmakefile | |
parent | 462926e6fa3e7a2983a7eb170873fb4444029564 (diff) |
Still more borked links
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6298f56..7a13d6d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,4 +11,7 @@ clean: distclean: clean rm -rf trac.db attachments -.PHONY: all clean fetch distclean +webfsd: + webfsd -r pelican/website -4 -L - -F -f index.html + +.PHONY: all clean fetch distclean webfsd |