diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 16:43:15 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 17:37:54 +0200 |
commit | 5bec469048899cfd785dec4f91ec3840cff18adb (patch) | |
tree | 438cd0d932466628ec9e486121cb9e56b2821f62 /GNUmakefile | |
parent | 1532aadbd632a3b82032de3f0b0f377660617a9f (diff) |
Add a bit of info to README
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index b88fb85..d15273d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,6 +11,7 @@ usage: @echo "Usage: make TARGET with TARGET being:" @echo "" @echo " roxygen - Roxygenize." + @echo " sd - Roxygenize and build static docs." @echo " build - Build source package." @echo " check - Run check on the package." @echo " crancheck - Run CRAN check on the package." |