From d53f4014ab90dc09f6b9fff68391fc90a084de59 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 23 May 2023 13:28:29 +0200 Subject: fix commit pointer in version table --- doc/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/makefile b/doc/makefile index ebf02f3..fbc2d82 100644 --- a/doc/makefile +++ b/doc/makefile @@ -9,7 +9,7 @@ dui.pdf: ../assets/hough_straightLines_Pic_0.png dui.pdf: ../assets/hough_straightLines_Pic_1.png versionctl.tex: - git tag -l 'doc-*' --format='%(refname:short) %(objectname:short=7) %(contents:subject) %(*authordate:format:%s)' | ./versiontable.awk -F' ' > $@ + git tag -l 'doc-*' --format='%(refname:short) %(*objectname:short) %(contents:subject) %(*authordate:format:%s)' | ./versiontable.awk -F' ' > $@ %.png: %.bmp convert $< $@ -- cgit v1.2.3