diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-11 21:13:20 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-11-11 21:13:20 +0000 |
commit | 754ef33a266326aa05870e8b2412abb30d2791d4 (patch) | |
tree | 35a746c40cebd9017d55fc219eefe6b369398825 /GNUmakefile | |
parent | 8a9b7effe5f3105393bc89fdd9fc3576d6580ba6 (diff) |
Vignettes are not built from the makefile
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@156 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 585f435a..8cdc60c0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,7 +58,7 @@ test: install release: @echo "\nPull in changes from svn and merge local commits" @git svn rebase - @echo "\nHow about make test, make check and make vignette?" + @echo "\nHow about make test and make check?" @echo "\nIs the DESCRIPTION file up to date?" @echo "\nPerform final changes and commit with 'git commit --amend'." @echo "\nIf the above is taken care of, run 'git svn dcommit'" |