From 19753655e9f0608ecf6a377b7e1293bc1b157a27 Mon Sep 17 00:00:00 2001 From: Dan Goldsmith Date: Thu, 13 Sep 2018 12:37:17 +0100 Subject: [PATCH] Makefile Cleaned up for the main Dissertaion --- Frontpage.md => Dissertation.md | 0 Makefile | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename Frontpage.md => Dissertation.md (100%) diff --git a/Frontpage.md b/Dissertation.md similarity index 100% rename from Frontpage.md rename to Dissertation.md diff --git a/Makefile b/Makefile index 2a08bf9..2d65697 100755 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ # If we have multiple inputs we we can stick them here # NOTE, It is important they are in order # Again we can pass this through the command line -SOURCES = Frontpage.md EG-Intro.md Lorum.md References.md -TARGET = Dissertaion.pdf +SOURCES = Dissertation.md References.md +TARGET = #Report Export Options PDF_PANDOC_OPTIONS = --filter=pandoc-citeproc --template=Template/disso.latex --top-level-division=chapter @@ -36,5 +36,5 @@ endif %.tex: %.md # Old way of doing it, now dealt with through target # #pandoc $(PANDOC_OPTIONS) -o $@ $< - pandoc $(TEX_PANDOC_OPTIONS) -s $(SOURCES) -o Foo.tex + pandoc $(TEX_PANDOC_OPTIONS) -s $(SOURCES) -o $(TARGET) #$(TARGET)