aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-24 05:27:58 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-24 05:27:58 +0100
commit7c49cdd2ed3a78bd89a9e45f68281541b385c586 (patch)
tree0aa52e13b92abac0027831edc480326e0c59d503 /Makefile
parenta0e1e9956dd72f7fa8f975367cab38664e8d8666 (diff)
New filename to fit with the standard name on the webpage
Since the webpage now already has `maneage' in the URL, the filename also needed to be corrected.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e1ab87e..48e9b73 100644
--- a/Makefile
+++ b/Makefile
@@ -17,14 +17,14 @@
# PDF slides:
-maneage-introduction.pdf: maneage-introduction.tex tex/*.tex
+slides-intro.pdf: slides-intro.tex tex/*.tex
# We'll run pdflatex two times so the page numbers and
# internal links also work.
if [ -d .git ]; then v=$$(git describe --dirty --always --long); \
else v=NO-GIT; fi; \
echo "\newcommand{\gitcommit}{$$v}" > git-commit.tex
- pdflatex maneage-introduction
-# pdflatex maneage-introduction
+ pdflatex slides-intro
+# pdflatex slides-intro