From ed19190e975505bb2bc0512717c8d270c6b423bf Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 12 Dec 2022 03:15:22 +0100 Subject: [PATCH] remove subtree from makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 5b4eed2f..4adfb43f 100644 --- a/Makefile +++ b/Makefile @@ -27,9 +27,5 @@ ref: svg-ref creds: cd images && pandoc artists.md -o ../art.pdf all: ref ${filename}.pdf resources.pdf creds -tree: - [ -e ../config ] || ( echo "You don't have a local config repo" && exit 1 ) - git status - git subtree -P config pull ../config ${branch} -m'pull config' clean: rm -fr *.aux *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf .ref svg-inkscape -- GitLab