summaryrefslogtreecommitdiff
path: root/tbc
diff options
context:
space:
mode:
authorprathamesh2014-11-28 14:35:14 +0530
committerprathamesh2014-11-28 14:35:14 +0530
commit9086547aa550cb3c0b859290a077b4efe8d0cd58 (patch)
treef66e1000e38842e16cc28c53f39668ad25831a2a /tbc
parentec7d9c71d352b9e0760250debc7274b439bc32ba (diff)
downloadPython-TBC-Interface-9086547aa550cb3c0b859290a077b4efe8d0cd58.tar.gz
Python-TBC-Interface-9086547aa550cb3c0b859290a077b4efe8d0cd58.tar.bz2
Python-TBC-Interface-9086547aa550cb3c0b859290a077b4efe8d0cd58.zip
Minor change in make file
Diffstat (limited to 'tbc')
-rw-r--r--tbc/certificate/Makefile3
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)