diff --git a/module2/ressources/emacs_orgmode.org b/module2/ressources/emacs_orgmode.org index 19238172fd38c6ee2fb7a90cb79b1bf05839827d..fe07bee0fba54872ca2bdee8f5d92acdbd790f00 100644 --- a/module2/ressources/emacs_orgmode.org +++ b/module2/ressources/emacs_orgmode.org @@ -172,16 +172,16 @@ command (alternatively, it uses =curl=). Once downloaded, you may still read the source ([[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.org][article.org]]) and understand how it works though. #+begin_src shell :results output :exports none -make -C replicable_article/ all replicable_article.tgz +make -C replicable_article/ all ../replicable_article.tgz #+end_src #+RESULTS: -Download the following [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article/replicable_article.tgz][archive]], uncompress it and simply =make= to generate the +Download the following [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article.tgz][archive]], uncompress it and simply =make= to generate the article. You should then be able to open the [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.pdf][resulting article]]. This is summarized in the following command: #+begin_src sh :results output :exports both -wget --no-check-certificate -O replicable_article.tgz https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article/replicable_article.tgz +wget --no-check-certificate -O replicable_article.tgz https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article.tgz tar zxf replicable_article.tgz; cd replicable_article; make ; evince article.pdf #+end_src diff --git a/module2/ressources/replicable_article/replicable_article.tgz b/module2/ressources/replicable_article.tgz similarity index 88% rename from module2/ressources/replicable_article/replicable_article.tgz rename to module2/ressources/replicable_article.tgz index faeeacc3caa1f4dd53ade96d1aa66f986770015b..53c81c9d9ad46191cb2fb1a07316ecfb78045507 100644 Binary files a/module2/ressources/replicable_article/replicable_article.tgz and b/module2/ressources/replicable_article.tgz differ diff --git a/module2/ressources/replicable_article/Makefile b/module2/ressources/replicable_article/Makefile index c75898131d90dae94ffcd7056eafdddf12d0de71..cc72e87c935278cd58f22eed15686a58d6724454 100644 --- a/module2/ressources/replicable_article/Makefile +++ b/module2/ressources/replicable_article/Makefile @@ -15,7 +15,7 @@ all: article.pdf %.html: %.org emacs -q -batch --eval "(setq enable-local-eval t)" --eval "(setq enable-local-variables t)" $^ --funcall org-html-export-to-html -$(ARCHIVE).tgz: $(ARCHIVE_FILES) +../$(ARCHIVE).tgz: $(ARCHIVE_FILES) tar --xform "s|^|$(ARCHIVE)/|" -zcf $@ $^ clean: