aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/config/pdf-build.mk
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-03-23 03:16:06 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-03-23 03:16:06 +0000
commit48e61df320e7571e527049cd3eef5cf96b8cb491 (patch)
tree61a207722f8d005fb091da080facc725889e15a6 /reproduce/analysis/config/pdf-build.mk
parent716b56b71b8513faa617acb38e2a841b59910b44 (diff)
Analysis and configuration file sections complete
With this commit a description of these two important parts have been added to the project, along with several figures showing various parts of the files that are discussed. I also done some other restructuring of the figures and files to make things fit better into the the description of the paper.
Diffstat (limited to 'reproduce/analysis/config/pdf-build.mk')
-rw-r--r--reproduce/analysis/config/pdf-build.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/reproduce/analysis/config/pdf-build.mk b/reproduce/analysis/config/pdf-build.mk
deleted file mode 100644
index e2d59cc..0000000
--- a/reproduce/analysis/config/pdf-build.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# Make the final PDF?
-# -------------------
-#
-# During the project's early phases, it is usually not necessary to build
-# the PDF file (which makes a lot of output lines on the command-line and
-# can make it hard to find the commands and possible errors (and their
-# outputs). Also, in some cases, only the produced results may be of
-# interest and not the final PDF, so LaTeX (and its necessary packages) may
-# not be installed.
-#
-# If this variable is given any string, a PDF will be made with
-# LaTeX. Otherwise, a notice will just printed that for now, no PDF will be
-# created.
-#
-# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org>
-#
-# Copying and distribution of this file, with or without modification, are
-# permitted in any medium without royalty provided the copyright notice and
-# this notice are preserved. This file is offered as-is, without any
-# warranty.
-pdf-build-final = yes