diff options
Diffstat (limited to 'tbc/certificate/Makefile')
-rw-r--r-- | tbc/certificate/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tbc/certificate/Makefile b/tbc/certificate/Makefile index a3d3d76..a8b60b5 100644 --- a/tbc/certificate/Makefile +++ b/tbc/certificate/Makefile @@ -9,6 +9,9 @@ # target is not a real file .PHONY: help tbc clean +# following line is because on server texlive is not installed system-wide +export PATH := /usr/local/texlive/2014/bin/x86_64-linux:$(PATH) + # default help help: @echo "current make version is: "$(MAKE_VERSION) |