diff options
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." |