Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
math_tech_info
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
math_tech_info
Commits
ababf9a6
Commit
ababf9a6
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added deploy to makefile
parent
d6b21693
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+9
-1
9 additions, 1 deletion
Makefile
with
9 additions
and
1 deletion
Makefile
+
9
−
1
View file @
ababf9a6
...
...
@@ -21,9 +21,13 @@ HTMLOPTIONS += --mathjax=MathJax.js
MD
=
$(
wildcard
*
.md
)
HTML
=
$(
MD:%.md
=
%.html
)
PDF
=
$(
MD:%.md
=
%.pdf
)
TEX
=
$(
MD:%.md
=
%.tex
)
all
:
$(HTML) $(PDF)
all
:
$(HTML) $(TEX) $(PDF)
%.tex
:
%.md Makefile
pandoc
-s
$(
OPTIONS
)
$(
PDFOPTIONS
)
-o
$@
$<
%.pdf
:
%.md Makefile
pandoc
-s
$(
OPTIONS
)
$(
PDFOPTIONS
)
-o
$@
$<
...
...
@@ -35,6 +39,10 @@ deploy: all
mkdir
-p
mti
cp
cours.html mti/index.html
cp
cours.pdf mti/cours.pdf
mkdir
-p
mti/tpIntegrales
make
-C
tpIntegrales
cp
tpIntegrales/
*
.pdf mti/tpIntegrales/
cp
tpIntegrales/
*
.html mti/tpIntegrales/
clean
:
rm
-rf
*
.html
*
.pdf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment