diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-06 17:54:03 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-06 17:55:39 +0100 |
commit | 26e3ea2dd40e3ea62ed6cc3de97a9d4dc8cdda40 (patch) | |
tree | 210fdfaa5b4acabec751434854cc13ae05d725d6 /GNUmakefile | |
parent | c4ca5c9a5eef5e00971db60c21c33518876cd8ed (diff) |
Do not autogenerate the content of the Manual view area
This is because the links in the TOC disturbed the GUI, and without
a TOC viewing the manual is pretty annoying.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile index d909ae7..11ee1f5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -66,11 +66,7 @@ vignettes/gmkin_manual.md: vignettes/gmkin_manual.Rmd cd vignettes; \ "$(RBIN)/Rscript" -e "knitr::knit('gmkin_manual.Rmd', out = 'gmkin_manual.md')"; \ -inst/GUI/gmkin_manual.html: vignettes/gmkin_manual.md - cd vignettes; \ - pandoc -o ../inst/GUI/gmkin_manual.html gmkin_manual.md --toc --self-contained - -manual: vignettes/gmkin_manual.html inst/GUI/gmkin_manual.html +manual: vignettes/gmkin_manual.html vignettes: vignettes/gmkin_manual.html |