summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arraysort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/arraysort/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/arraysort/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/arraysort/Makefile b/Master/texmf-dist/doc/latex/arraysort/Makefile
new file mode 100644
index 00000000000..234ecfac7e2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/arraysort/Makefile
@@ -0,0 +1,20 @@
+all: clean arraysort.pdf
+
+clean:
+ rm -f *.log *.bbl *.blg *.dvi *.glo *.idx *.ilg *.ind *.sty *.aux *.gls *.zip *.tmp *~;
+
+dist: clean
+ cd .. && zip -r arraysort/arraysort.zip arraysort/
+
+arraysort.sty : arraysort.ins arraysort.dtx
+ latex arraysort.ins
+
+arraysort.pdf : arraysort.sty arraysort.glo arraysort.ind
+ time pdflatex arraysort.dtx
+
+# Glossary contains the changelist(?)
+arraysort.glo : arraysort.dtx
+ pdflatex arraysort.dtx && makeindex -s gglo.ist -o arraysort.gls arraysort.glo
+
+arraysort.ind : arraysort.idx
+ makeindex -s gind.ist -o arraysort.ind arraysort.idx