diff options
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 95cea8ff..585f435a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,6 +60,6 @@ release: @git svn rebase @echo "\nHow about make test, make check and make vignette?" @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`" - @echo "and then `git push origin master`" + @echo "\nPerform final changes and commit with 'git commit --amend'." + @echo "\nIf the above is taken care of, run 'git svn dcommit'" + @echo "and then 'git push origin master'" |