summaryrefslogtreecommitdiff
path: root/indexing/xindex/doc/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-07 03:00:56 +0000
committerNorbert Preining <norbert@preining.info>2023-07-07 03:00:56 +0000
commit2178d699db60492a15e11c107f17da33543af865 (patch)
tree157f2907e3778e17df8a7e891bc276b83b444f48 /indexing/xindex/doc/Makefile
parent97f4d34e17013b3239a49484afcb3d805ab09f38 (diff)
CTAN sync 202307070300
Diffstat (limited to 'indexing/xindex/doc/Makefile')
-rw-r--r--indexing/xindex/doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/indexing/xindex/doc/Makefile b/indexing/xindex/doc/Makefile
index e5bddf07a9..725576594d 100644
--- a/indexing/xindex/doc/Makefile
+++ b/indexing/xindex/doc/Makefile
@@ -16,14 +16,14 @@ ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Chan
all : doc clean
# clean
doc:
- $(LATEX) --shell-escape $(MAIN)
+ $(LATEX) --shell-escape --interaction=nonstopmode $(MAIN)
# if ! test -f $(MAIN).glo ; then touch $(MAIN).glo; fi
if ! test -f $(MAIN).idx ; then touch $(MAIN).idx; fi
# makeindex -s gglo.ist -t $(MAIN).glg -o $(MAIN).gls $(MAIN).glo
xindex -a $(MAIN).idx
# bibtex $(MAIN)
- $(LATEX) --shell-escape $(MAIN)
- $(LATEX) --shell-escape $(MAIN)
+ $(LATEX) --shell-escape --interaction=nonstopmode $(MAIN)
+ $(LATEX) --shell-escape --interaction=nonstopmode $(MAIN)
clean :
$(RM) *.dvi *.aux *.log *.xml xindex-?.tex xindex-??.tex *.ind *.idx *.toc *.out *.ilg