Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
522a5d2b
Commit
522a5d2b
authored
6 days ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up outdated reveal.js check
parent
c5a0c0ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+0
-4
0 additions, 4 deletions
Makefile
with
0 additions
and
4 deletions
Makefile
+
0
−
4
View file @
522a5d2b
SHELL
=
/bin/bash
DESTDIR
=
/var/www/freedocs/html
numCores
=
$(
shell
nproc
--all
)
EXECUTABLES
=
javac mvn rsync pdflatex convert figspecial2pdf figspecial2png fig2dev pdf2svg pdftoppm
\
...
...
@@ -10,9 +9,6 @@ java ffmpeg # figspecial2svg fig2mpdf fig2msvg fig2pdf
K
:=
$(
foreach
exec
,
$(
EXECUTABLES
)
,
\
$(
if
$(
shell which
$(
exec
))
,some string,
$(
error
"No
$(
exec
)
in PATH
)))
REVEALHOME
=
/usr/share/reveal.js
K
:=
$(
if
$(
shell ls
${
REVEALHOME
})
,some string,
$(
error "
No
${
REVEALHOME
}
found, please execute git clone https://github.com/hakimel/reveal.js
))
)
doc
:
cd Doc;
$(
MAKE
)
-j
${
numCores
}
all
...
...
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