diff options
author | ranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4> | 2015-08-22 09:29:17 +0000 |
---|---|---|
committer | ranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4> | 2015-08-22 09:29:17 +0000 |
commit | ae12e32d074ba3839c1b71d500d9a0757b0d8d10 (patch) | |
tree | ffd6800812fd3f5a2cfa277d5177ecfc77f14e92 /GNUmakefile | |
parent | d8d6012e98fb4c7f158bcc7c173407c2b5f3e42e (diff) |
Add static HTML documentation
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@37 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 803c503..a2d88be 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,3 +55,8 @@ check: build check-no-vignettes: build-no-vignettes cd ..;\ "$(RBIN)/R" CMD check --as-cran $(PKGNAME)_$(PKGVERS).tar.gz + +sd: + @echo Now execute + @echo "\n staticdocs::build_site()\n" + $(RBIN)/R |