Skip to content
Snippets Groups Projects
Commit ae1a5ddb authored by andla306's avatar andla306
Browse files

Makefile was outdated after renaming 'demothesis.tex' to 'demo_student_thesis.tex'

parent a6403b8f
No related branches found
No related tags found
1 merge request!9Makefile was outdated after renaming 'demothesis.tex' to 'demo_student_thesis.tex'
......@@ -3,7 +3,7 @@ SHELL=/bin/bash
#The program that you use for viewing pdf files
PDFVIEWER = evince
# Change name of this if you change the name of demothesis.tex, should be name of the main tex file
TEXMAINFILE = demothesis.tex
TEXMAINFILE = demo_student_thesis.tex
# Name that you would like for your resulting pdf file, without extension.
# Defaults to $(TEXMAINFILE) with .pdf as extension
PDFNAME = $(shell basename -s.tex $(TEXMAINFILE))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment