aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-11-11 20:57:52 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-11-11 20:57:52 +0000
commit7fa159debbac73df1675ad3a9e6eee024340137e (patch)
tree00bea732b1f1c07870beae7c50b39869f96044dd /GNUmakefile
parent0e036a8e0a474e1b56d8197b6243b054e272f077 (diff)
Fix quotes in makefile
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@154 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 80b301e..95cea8f 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`"

Contact - Imprint