summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/upmendex/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/upmendex/samples/Makefile')
-rw-r--r--Master/texmf-dist/doc/support/upmendex/samples/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/upmendex/samples/Makefile b/Master/texmf-dist/doc/support/upmendex/samples/Makefile
new file mode 100644
index 00000000000..ce333052126
--- /dev/null
+++ b/Master/texmf-dist/doc/support/upmendex/samples/Makefile
@@ -0,0 +1,21 @@
+UPMENDEX = upmendex
+
+all: scripts styles
+
+scripts:
+ for scr in french german greek russian korean; do \
+ $(UPMENDEX) $$scr -s mdxsty00.ist ; \
+ done
+
+styles:
+ for num in 00 01 02 03; do \
+ $(UPMENDEX) multi.idx -s mdxsty$$num.ist -t multi_$$num.ilg -o multi_$$num.ind ; \
+ done
+
+compare:
+ for ind in $(wildcard *.ind); do \
+ diff -qs $$ind output/$$ind ; \
+ done
+
+clean:
+ rm -f *.ind *.ilg