Skip to content
Snippets Groups Projects
Commit 545efbaa authored by Goik Martin's avatar Goik Martin
Browse files

Commenting out rarely used binaries

parent 17c73e7d
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ DESTDIR=/var/www/html/freedocs
numCores=$(shell nproc --all)
EXECUTABLES = javac mvn rsync pdflatex convert figspecial2pdf figspecial2png figspecial2svg fig2dev fig2mpdf fig2msvg fig2pdf pdf2svg pdftoppm \
java ffmpeg
EXECUTABLES = javac mvn rsync pdflatex convert figspecial2pdf figspecial2png fig2dev pdf2svg pdftoppm \
java ffmpeg # figspecial2svg fig2mpdf fig2msvg fig2pdf
K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment