Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
acb8a222
Commit
acb8a222
authored
Aug 23, 2014
by
yoogx
Browse files
* Do not exit on error if the doc has not been built
parent
00b86271
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
acb8a222
...
...
@@ -37,7 +37,8 @@ dist-hook: all
if
[
-r
$(GUIDE)
.pdf
]
;
then
\
cp
-p
-r
$(GUIDE)
.html
$(GUIDE)
.pdf
$(distdir)
;
\
cp
-p
$(SED_FILES)
$(distdir)
;
\
else
\
fi
if
[
-r
$(srcdir)
/
$(GUIDE)
.pdf
]
;
then
\
cp
-r
$(srcdir)
/
$(GUIDE)
.html
$(srcdir)
/
$(GUIDE)
.pdf
$(distdir)
;
\
cp
-p
${
addprefix
$(srcdir)
/,
$(SED_FILES)
}
$(distdir)
;
\
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment