summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/indextools/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/indextools/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/indextools/makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/indextools/makefile b/Master/texmf-dist/doc/latex/indextools/makefile
index c5392aa39e3..aa9536e1b71 100644
--- a/Master/texmf-dist/doc/latex/indextools/makefile
+++ b/Master/texmf-dist/doc/latex/indextools/makefile
@@ -6,9 +6,11 @@ dist: indextools.pdf indextools.sty
ln $(FILES) indextools
zip -r ../indextools.zip indextools
README: README.md
- cp README.md README
-%.pdf %.sty: %.dtx
- latexmk *dtx
+ ln README.md README
+%.sty: %.dtx
+ pdflatex $*.dtx
+%.pdf: %.dtx
+ latexmk $*.dtx
clean:
@$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*