diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7d58995b..ec8443e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -91,7 +91,7 @@ pd: git add -A git commit -m 'Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)' -e -r-forge: pd +r-forge: rm -rf $(SDDIR)/* cp -a docs/* $(SDDIR) cd $(SDDIR) && svn add --force . |