From 9086547aa550cb3c0b859290a077b4efe8d0cd58 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 28 Nov 2014 14:35:14 +0530 Subject: Minor change in make file --- tbc/certificate/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit