diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2023-06-21 11:15:05 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2023-06-21 11:15:05 +0200 |
commit | 963dd87c009e11035aa9801e71b05784289b5267 (patch) | |
tree | 6c474ec6616771ad365fc9f6ffdd97f2b080293b /GNUmakefile | |
parent | df4034c64aa3590c3911dca88b066332dc8e4df1 (diff) |
Don't write git log to ChangeLog any more
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0724630..d993d27 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -42,7 +42,6 @@ $(TGZ): $(pkgfiles) @echo "Roxygenizing package..." "$(R_HOME)/bin/Rscript" -e 'devtools::document()' @echo "Building package..." - git log --no-merges -M --date=iso > ChangeLog "$(R_HOME)/bin/R" CMD build . > build.log 2>&1 @echo "DONE." |