From 78d2a558b50ec2f252be1b589383aa2d903d84dd Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 4 May 2024 13:21:56 +0200 Subject: [PATCH] show full acronyms in rules --- .gitignore | 1 + Makefile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09ac3c92..015cc5b0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ rubbish *pdf images/wide.jpg svg-inkscape/ +.switch-gls diff --git a/Makefile b/Makefile index e71c60f8..6d542d07 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ test: $(DROSS)/test.pdf $(DROSS)/test.pdf: test.tex $(ALL_FILES) $(RUN) test.tex +.switch-gls: + touch .switch-gls + docs.pdf: images/wide.jpg $(ALL_FILES) $(RUN) docs.tex $(GLOS) docs @@ -30,7 +33,7 @@ foldout.pdf: $(wildcard rules/*.tex) $(ALL_FILES) docs.pdf $(RUN) foldout.tex $(RUN) foldout.tex $(CP) $(DROSS)/foldout.pdf foldout.pdf -rules.pdf: images/wide.jpg $(wildcard rules/*.tex) $(ALL_FILES) +rules.pdf: .switch-gls images/wide.jpg $(wildcard rules/*.tex) $(ALL_FILES) $(RUN) rules.tex $(CP) $(DROSS)/rules.pdf rules.pdf -- GitLab