Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Mounie
formation-git
Commits
e7cc2a9e
Commit
e7cc2a9e
authored
Dec 19, 2019
by
Grégory Mounié
Browse files
bug nom empeche workflow export
parent
0960f372
Changes
1
Hide whitespace changes
Inline
Side-by-side
MOSIG_AdvancedBasic2h/Makefile
View file @
e7cc2a9e
PDFLATEX_OPTIONS
=
-shell-escape
FILES
=
git-computer-lab.pdf README.org
FILES
=
git-computer-lab.pdf README.org
README.html
include
LaTeX.mk
README.html
:
README.org
emacs
--batch
README.org
--eval
"(org-html-export-to-html)"
upload-gitlab
:
$(FILES)
ls
/tmp/www-git
||
(
cd
/tmp/
&&
git clone git@gitlab.ensimag.fr:systemes/www-git.git
)
cd
/tmp/www-git
&&
git pull
cp
-a
$(FILES)
/tmp/www-
unix
/public/
@
printf
"Documents copié dans /tmp/www-
unix
\n
Penser à y faire git commit et git push pour les pousser vers gitlab"
cp
-a
$(FILES)
/tmp/www-
git
/public/
@
printf
"Documents copié dans /tmp/www-
git
\n
Penser à y faire git commit et git push pour les pousser vers gitlab"
Write
Preview
Supports
Markdown
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