summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tikz-imagelabels/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-29 22:13:18 +0000
committerKarl Berry <karl@freefriends.org>2019-01-29 22:13:18 +0000
commit86d244860ecefedd67e32cab48bef5d1ba4b593a (patch)
tree7f4060edb3b9622175009121360b60d17d60321f /Master/texmf-dist/source/latex/tikz-imagelabels/Makefile
parent640a2c1396e10c77057ea4565bd6cdd4056073c8 (diff)
tikz-imagelabels (29jan19)
git-svn-id: svn://tug.org/texlive/trunk@49864 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tikz-imagelabels/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/tikz-imagelabels/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tikz-imagelabels/Makefile b/Master/texmf-dist/source/latex/tikz-imagelabels/Makefile
new file mode 100644
index 00000000000..f7eae370cce
--- /dev/null
+++ b/Master/texmf-dist/source/latex/tikz-imagelabels/Makefile
@@ -0,0 +1,17 @@
+SUBDIRS := $(sort $(dir $(wildcard samples/*/*)))
+NAME = tikz-imagelabels
+
+.PHONY: all $(SUBDIRS) clean
+
+all: $(SUBDIRS)
+ latex $(NAME).ins
+ pdflatex --interaction=nonstopmode $(NAME).dtx
+ pdflatex --interaction=nonstopmode $(NAME).dtx
+ makeindex -s gglo.ist -o $(NAME).gls $(NAME).glo
+ pdflatex --interaction=nonstopmode $(NAME).dtx
+ pdflatex --interaction=nonstopmode $(NAME).dtx
+
+$(SUBDIRS): ; $(MAKE) -C $@ $(MAKECMDGOALS)
+
+clean: $(SUBDIRS)
+ --@rm -rf *.aux *.glo *.gls *.ilg *.log *.out *.toc