aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-20 01:42:12 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-20 01:42:12 +0100
commit42ff6db610ff3c61487940175945d16e22ae243d (patch)
tree1af3f9d71643f69abcd3e4937d217d615da5fe2c /Makefile
parent65c690fac9d1c7675fa06052ce96d34c2a39af3b (diff)
Modified slides to use new Maneage name
A name was finally selected for Maneage, so the slides also needed to be updated.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile35
1 files changed, 20 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index dd4171b..e1ab87e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,29 +1,34 @@
# Automatically build the slides on the reproducible paper
#
-# Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org>
+# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org>
#
-# This Makefile is free software: you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
+# This Makefile is part of Maneage. Maneage is free software: you can
+# redistribute it and/or modify it under the terms of the GNU General
+# Public License as published by the Free Software Foundation, either
+# version 3 of the License, or (at your option) any later version.
#
-# This Makefile is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this Makefile. If not, see <https://www.gnu.org/licenses/>.
+# Maneage is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+# more details. See <http://www.gnu.org/licenses/>.
+
+
+
+
# PDF slides:
-reproducible-paper.pdf: reproducible-paper.tex tex/*.tex
+maneage-introduction.pdf: maneage-introduction.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 reproducible-paper
-# pdflatex reproducible-paper
+ pdflatex maneage-introduction
+# pdflatex maneage-introduction
+
+
+
+
# Clean all extra files
.PHONY: clean-latex clean