diff options
-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'" |