summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/tests/idxhello.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/tests/idxhello.tex')
-rw-r--r--Build/source/utils/xindy/tests/idxhello.tex13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/utils/xindy/tests/idxhello.tex b/Build/source/utils/xindy/tests/idxhello.tex
deleted file mode 100644
index 6c709ae075e..00000000000
--- a/Build/source/utils/xindy/tests/idxhello.tex
+++ /dev/null
@@ -1,13 +0,0 @@
-% $Id$
-% public domain. minimal index test:
-% latex idxhello && texindy idxhello.idx && cat idxhello.ind # inspect output
-% (or makeindex for that matter.)
-%
-% xindy must be able to find its modules, which in TL means being run
-% out of Master/bin/*.
-%
-\documentclass{article}
-\begin{document}
-\index{xyz}xyz
-\index{abc}abc
-\end{document}