Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
87a65864
You need to sign in or sign up before continuing.
Commit
87a65864
authored
Mar 26, 2019
by
Konrad Hinsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the Makefile for reproducible_article
parent
d8da1106
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
module2/ressources/replicable_article/Makefile
+3
-3
No files found.
module2/ressources/replicable_article/Makefile
View file @
87a65864
...
...
@@ -4,7 +4,7 @@ ARCHIVE_FILES=article.org biblio.bib Makefile
all
:
article.pdf
%.tex
:
%.org
emacs
-
q
-batch
--eval
"(setq enable-local-eval t)"
--eval
"(setq enable-local-variables t)"
$^
--funcall
org-latex-export-to-latex
emacs
-
batch
--eval
=
"(package-initialize)"
--eval
=
"(setq enable-local-eval t)"
--eval
=
"(setq enable-local-variables t)"
$^
--funcall
=
org-latex-export-to-latex
%.pdf
:
%.tex
pdflatex
$^
...
...
@@ -13,13 +13,13 @@ all: article.pdf
pdflatex
$^
%.html
:
%.org
emacs
-
q
-batch
--eval
"(setq enable-local-eval t)"
--eval
"(setq enable-local-variables t)"
$^
--funcall
org-html-export-to-html
emacs
-
batch
--eval
=
"(package-initialize)"
--eval
=
"(setq enable-local-eval t)"
--eval
=
"(setq enable-local-variables t)"
$^
--funcall
=
org-html-export-to-html
../$(ARCHIVE).tgz
:
$(ARCHIVE_FILES)
tar
--xform
"s|^|
$(ARCHIVE)
/|"
-zcf
$@
$^
clean
:
rm
-f
article.aux article.bbl article.blg article.log article.out
*
~
rm
-f
article.aux article.bbl article.blg article.log article.
toc article.
out
*
~
distclean
:
clean
rm
-f
article.html article.tex article.pdf figure.pdf data.csv measurements.txt IEEEtran.bst IEEEtran.cls
\#
article.org
\#
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment