summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/indextools/makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-11-23 23:05:48 +0000
committerKarl Berry <karl@freefriends.org>2015-11-23 23:05:48 +0000
commit47e31c7a10c1ad9aabcbd1aefaa35c029eae6a3b (patch)
tree0c6cd148e7dcde0ebc0faaa7e54b250ad35f489f /Master/texmf-dist/doc/latex/indextools/makefile
parente07419682a764903317572d8e21c58600895f84f (diff)
indextools (22nov15)
git-svn-id: svn://tug.org/texlive/trunk@38931 c570f23f-e606-0410-a88d-b1316a301751
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*