diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-16 09:56:33 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-16 09:56:33 +0200 |
commit | b4d253edcf71fbf4175bc73cdb9593eea816c358 (patch) | |
tree | 976e91370e7d417854165d20cf710b5e69307a7e /GNUmakefile | |
parent | e0a3413892c7330d496b448a561e87d2bdd67aa9 (diff) | |
parent | 2abca7e5eadfdf7a9d1a95c448c9f62435e49745 (diff) |
Merge branch 'master' into iore
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2035b442..b8cc5d82 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -82,7 +82,7 @@ move-sd: cp -r inst/web/* $(SDDIR); cd $(SDDIR) && svn add --force . r-forge: sd move-sd - git archive master >> $(HOME)/mkin.tar;\ + git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\ svn add --force .; cd $(RFSVN) && svn commit -m 'sync with git' |