From fcb3332b7b186639cce940696057a2b6dd2c5cca Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Oct 2016 17:56:39 +0200 Subject: Clean up makefile a bit --- GNUmakefile | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 56434be..d8eaa44 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,32 +9,6 @@ TGZ := $(PKGNAME)_$(PKGVERS).tar.gz # containing the first instance of R on the PATH. RBIN ?= $(shell dirname "`which R`") -.PHONY: help - -help: - @echo "\nExecute development tasks for $(PKGNAME)\n" - @echo "Usage: \`make \` where is one of:" - @echo "" - @echo "Development Tasks" - @echo "-----------------" - @echo " build Create the package" - @echo " build-no-vignettes Create the package without rebuilding vignettes" - @echo " install Invoke build and then install the result" - @echo " install-no-vignettes Invoke build without rebuilding vignettes and then install the result" - @echo " check Invoke build and then check the package" - @echo " check-no-vignettes Invoke build without rebuilding vignettes, and then check" - @echo " sd Build static documentation" - @echo " winbuilder Upload the build to winbuilder" - @echo "" - @echo "Using R in: $(RBIN)" - @echo "Set the RBIN environment variable to change this." - @echo "" - - -#------------------------------------------------------------------------------ -# Development Tasks -#------------------------------------------------------------------------------ - build: "$(RBIN)/R" CMD build . -- cgit v1.2.1