diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-13 17:28:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-13 17:28:14 +0200 |
commit | 6cfe5fbd827ca37f24134e8356e8144520ee1265 (patch) | |
tree | ba0f5b1dc20a3b5324dc4ad882dc9ce0645cd359 /GNUmakefile | |
parent | 5a9a777987fd7ac0d5724e4cfdb2178fa1567281 (diff) |
Remove unmaintained usage
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/GNUmakefile b/GNUmakefile index c22ff44..3051dfb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,16 +9,6 @@ all: install .PHONEY: usage check clean roxygen sd -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." - @echo " install - Install the package." - pkgfiles = DESCRIPTION \ README.html \ R/* \ |