aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-10-11 00:39:57 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-10-11 00:39:57 +0200
commita9d778c12d35333904e2a02d7ab38d77abdbc93d (patch)
treeb03292f1fc624312800e21669870e48209c2d4c9 /GNUmakefile
parentfb275f20738ec47b5e42e851c4c1b5f302adef26 (diff)
Fix generating and moving statidocs
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 31dc14b..913585f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -71,7 +71,7 @@ sd:
move-sd:
rm -rf $(SDDIR)/*;\
- cp -r inst/web/* $(SDDIR); cd $(SDDIR) && svn add --force .
+ cp -r inst/web/* $(SDDIR); cp gmkin_screenshot.png $(SDDIR); cd $(SDDIR) && svn add --force .
r-forge: sd move-sd
cd $(RFSVN) && svn commit -m 'update gmkin static documentation from github repository'

Contact - Imprint