From 149ed318e710c520738158ebff4165b57110732c Mon Sep 17 00:00:00 2001 From: Edward Longman <el7g15@soton.ac.uk> Date: Fri, 18 Jan 2019 11:07:28 +0000 Subject: [PATCH] Change source directory structure Makefile o/p --- source/latex/ecsdocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/latex/ecsdocs/Makefile b/source/latex/ecsdocs/Makefile index 80299d8..8445403 100644 --- a/source/latex/ecsdocs/Makefile +++ b/source/latex/ecsdocs/Makefile @@ -71,7 +71,7 @@ TPLDIR = "$(TEXMF)/templates/latex/$(STYLE)" DOCDIR = "$(TEXMF)/doc/latex/$(STYLE)" BSTDIR = "$(TEXMF)/bibtex/bst/$(STYLE)" BIBDIR = "$(TEXMF)/bibtex/bib/$(STYLE)" -SRCDIR = "$(TEXMF)/source/docstrip/$(STYLE)" +SRCDIR = "$(TEXMF)/source/latex/$(STYLE)" #*====================== LATEX INSTALLATION CONFIG ========================== -- GitLab