diff --git a/.gitignore b/.gitignore
index e1913297f77132aa1897fd97ef7bcc0194fd0a8c..6e6596c1bb93ea8816c97fa5751c1e925fbc1541 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,11 @@
 *.cls
 *.bib
 *.eps
+*.aux
+*.out
+*.bbl
+*.lol
+*.lot
+*.lof
+*.toc
+*_latexmk
diff --git a/Makefile b/Makefile
index 1aa5e20095cc86eacd97f5a59fee82c2b371dbdb..80299d8d20078be61bca17837c52ae6e3633f568 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,8 @@ TESTFILES  = Article.pdf \
 
 SRCFILES   = $(STYLE).dtx \
              $(STYLE).ins \
-	     Makefile
+             ecsUoSLogo.png \
+	     			 Makefile
 
 GENFILES   = $(CLSFILES) \
              $(TPLFILES) \
@@ -70,6 +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)"
 
 #*====================== LATEX INSTALLATION CONFIG ==========================
 
@@ -132,7 +134,8 @@ install: $(GENFILES) $(DOCFILES)
 	install $(BSTFILES) $(BSTDIR)
 	install -d $(BIBDIR)
 	install $(BIBFILES) $(BIBDIR)
-
+	install -d $(SRCDIR)
+	install $(SRCFILES) $(SRCDIR)
 	$(MAKE) clean
 
 #*===========================================================================
diff --git a/University_of_Southampton_Logo.png b/University_of_Southampton_Logo.png
deleted file mode 100644
index c398af09c8cba3a09f439d158f75f93fd38cdc71..0000000000000000000000000000000000000000
Binary files a/University_of_Southampton_Logo.png and /dev/null differ