Skip to content
Snippets Groups Projects
Verified Commit 78d2a558 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

show full acronyms in rules

parent f226dd1c
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ rubbish
*pdf
images/wide.jpg
svg-inkscape/
.switch-gls
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment