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
user-manual
manual-build
Commits
00ea6387
Commit
00ea6387
authored
Apr 27, 2018
by
Glenn Walbran
Browse files
Remove latexpdf from bundle to reduce size
The bundle is too large for gitlab to fetch from runner with the pdfs to.
parent
7d7aa7d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
00ea6387
...
...
@@ -192,9 +192,8 @@ doctest:
@
echo
"Testing of doctests in the sources finished, look at the "
\
"results in
$(BUILDDIR)
/doctest/output.txt."
bundle
:
html
latexpdf
epub
bundle
:
html epub
@
$(
foreach
TRANSLATION,
$(TRANSLATIONS)
,
\
cp
$(BUILDDIR)
/latex/
$(TRANSLATION)
/
$(MAHARA)
/Mahara.pdf
$(BUILDDIR)
/html/
$(TRANSLATION)
/
$(MAHARA)
/Mahara.pdf
;
\
cp
$(BUILDDIR)
/epub/
$(TRANSLATION)
/
$(MAHARA)
/Mahara.epub
$(BUILDDIR)
/html/
$(TRANSLATION)
/
$(MAHARA)
/Mahara.epub
;
\
)
@
tar
-czf
$(BUILDDIR)
/mahara-manual
$(MAHARA)
.tar.gz
-C
$(BUILDDIR)
/html
$(TRANSLATIONS)
...
...
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