diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index 215c2c79..045691a5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,6 +22,7 @@ pkgfiles = NEWS \ DESCRIPTION \ man/* \ NAMESPACE \ + NEWS.md \ R/* \ README.md \ tests/* \ @@ -30,10 +31,6 @@ pkgfiles = NEWS \ all: build -# convert markdown to R's NEWS format (from knitr package) -NEWS: NEWS.md - sed -e 's/^-/ -/' -e 's/^## *//' -e 's/^#/\t\t/' <NEWS.md | fmt -80 >NEWS - README.md: README.Rmd "$(RBIN)/Rscript" -e 'require(knitr); knit("README.Rmd")' |