aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-04-03 21:35:45 -0300
committerFlorian Fischer <florian.fischer@muhq.space>2025-08-20 15:57:14 +0200
commit9203ce75a18af1a7bd3d2f4e79a697643384a8e9 (patch)
tree790b1459e014fadbaac2e6d3b6e504028eb807e9
parent127fabf251c04b3e22b0400a239c2abd37ef49e1 (diff)
downloadmuhqs-game-9203ce75a18af1a7bd3d2f4e79a697643384a8e9.tar.gz
muhqs-game-9203ce75a18af1a7bd3d2f4e79a697643384a8e9.zip
strip double // from targets
-rw-r--r--latex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex/Makefile b/latex/Makefile
index a97ade7e..c93324b1 100644
--- a/latex/Makefile
+++ b/latex/Makefile
@@ -12,7 +12,7 @@ COMMON_TEX_FILES = common.tex libs.tex colors.tex tikzcards.tex
# The full path to the Makefile
MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
# The path to the directory of the Makefile
-MAKEFILE_DIR := $(dir $(MAKEFILE_PATH))
+MAKEFILE_DIR := $(realpath $(dir $(MAKEFILE_PATH)))
LATEX_ROOT := $(MAKEFILE_DIR)
GAME_ROOT := $(MAKEFILE_DIR)/..