aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DESCRIPTION1
-rw-r--r--GNUmakefile2
-rw-r--r--vignettes/.build.timestamp0
-rw-r--r--vignettes/gmkin_manual.html2
4 files changed, 3 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 753e232..d60a684 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -15,6 +15,7 @@ License: GPL
LazyLoad: yes
LazyData: yes
Encoding: UTF-8
+VignetteBuilder: knitr
BugReports: http://github.com/jranke/gmkin/issues
URL: http://kinfit.r-forge.r-project.org/gmkin_static,
http://github.com/jranke/gmkin
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'
diff --git a/vignettes/.build.timestamp b/vignettes/.build.timestamp
deleted file mode 100644
index e69de29..0000000
--- a/vignettes/.build.timestamp
+++ /dev/null
diff --git a/vignettes/gmkin_manual.html b/vignettes/gmkin_manual.html
index 867fdd1..20b8d72 100644
--- a/vignettes/gmkin_manual.html
+++ b/vignettes/gmkin_manual.html
@@ -35,7 +35,7 @@ if (window.hljs && document.readyState && document.readyState === "complete") {
</script>
-<link href="data:text/css,%23TOC%20%7B%0A%20%20position%3A%20fixed%3B%0A%20%20left%3A%200%3B%0A%20%20top%3A%200%3B%0A%20%20width%3A%20200px%3B%0A%20%20height%3A%20100%25%3B%0A%20%20overflow%3Aauto%3B%0A%7D%0A%0Abody%20%7B%0A%20%20max%2Dwidth%3A%20800px%3B%0A%20%20margin%3A%20auto%3B%0A%20%20margin%2Dleft%3A210px%3B%0A%20%20line%2Dheight%3A%2020px%3B%0A%7D%0A" rel="stylesheet" type="text/css" />
+<link href="data:text/css,%2F%2A%20Thanks%20to%20Steve%20Powell%20for%20http%3A%2F%2Frpubs%2Ecom%2Fstevepowell99%2Ffloating%2Dcss%20%2A%2F%0A%23TOC%20%7B%0A%20%20position%3A%20fixed%3B%0A%20%20left%3A%200%3B%0A%20%20top%3A%200%3B%0A%20%20width%3A%20200px%3B%0A%20%20height%3A%20100%25%3B%0A%20%20overflow%3Aauto%3B%0A%7D%0A%0Abody%20%7B%0A%20%20max%2Dwidth%3A%20800px%3B%0A%20%20margin%3A%20auto%3B%0A%20%20margin%2Dleft%3A210px%3B%0A%20%20line%2Dheight%3A%2020px%3B%0A%7D%0A" rel="stylesheet" type="text/css" />
</head>

Contact - Imprint