Skip to content
Permalink
Browse files
Makefile Cleaned up for the main Dissertaion
  • Loading branch information
aa9863 committed Sep 13, 2018
1 parent 5bda501 commit 19753655e9f0608ecf6a377b7e1293bc1b157a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
@@ -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)

0 comments on commit 1975365

Please sign in to comment.