diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index c9975a9..8d2c094 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,11 +27,9 @@ pd: roxygen @echo "DONE." $(TGZ): $(pkgfiles) - sed -i -e "s/Date:.*/Date: $(DATE)/" DESCRIPTION @echo "Roxygenizing package..." "$(R_HOME)/bin/Rscript" -e 'library(devtools); document()' @echo "Building package..." - git log --no-merges -M --date=iso > ChangeLog "$(R_HOME)/bin/R" CMD build . @echo "DONE." |