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
vidjil
vidjil
Commits
855fc566
Commit
855fc566
authored
Jul 13, 2016
by
Mathieu Giraud
Browse files
Makefile: do not fail when org-mode export fails
Follows
7b955792
parent
afef9baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
855fc566
...
...
@@ -181,7 +181,7 @@ distrib:
mkdir
-p
$$
dir
;
\
cp
"
$$
file"
$$
dir
;
\
done
make
-C
release/$(DIST_DIR)/doc
html
make
-C
release/$(DIST_DIR)/doc
html
||
true
cd
release
&&
tar
cvzf
$(RELEASE_ARCHIVE)
$(DIST_DIR)
\
&&
rm
-rf
$(DIST_DIR)
...
...
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