diff --git a/Makefile b/Makefile
index 6928062e7f99212167d94271ca23f44366213c39..1aa5e20095cc86eacd97f5a59fee82c2b371dbdb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
 #      install - moves all of the created files into the
 #*======================BUILD AND INSTALL NAMES================================
 
-TEXMF      = C:/Apps/texlive/texmf-local
+TEXMF      = C:\Users\<username>\texmf
 STYLE      = ecsdocs
 
 #*====================DEFINE EXPECTED OUTPUT FILES=============================
@@ -22,7 +22,8 @@ CLSFILES   = ecsthesis.cls \
              ecsreport.cls \
              ecsarticle.cls \
              ecsgdp.cls \
-             ecsgdpsummary.cls
+             ecsgdpsummary.cls \
+             ecsUoSLogo.png
 
 TPLFILES   = AppendixA.tex \
              Article.tex \
@@ -133,6 +134,5 @@ install: $(GENFILES) $(DOCFILES)
 	install $(BIBFILES) $(BIBDIR)
 
 	$(MAKE) clean
-	initexmf -u
 
 #*===========================================================================
diff --git a/ecsUoSLogo.png b/ecsUoSLogo.png
new file mode 100644
index 0000000000000000000000000000000000000000..c398af09c8cba3a09f439d158f75f93fd38cdc71
Binary files /dev/null and b/ecsUoSLogo.png differ