summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/indextools/makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-01-25 00:02:50 +0000
committerKarl Berry <karl@freefriends.org>2015-01-25 00:02:50 +0000
commit7e0fbbc50510cbdec843cdb1582134505db85f14 (patch)
tree31cb083f7a079fd28fb9f4a6635df12af5ce8fe3 /Master/texmf-dist/doc/latex/indextools/makefile
parent8b58e6d19940ed8b837e805827f54b8683ba83b0 (diff)
indextools (24jan15)
git-svn-id: svn://tug.org/texlive/trunk@36138 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/indextools/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/indextools/makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/indextools/makefile b/Master/texmf-dist/doc/latex/indextools/makefile
new file mode 100644
index 00000000000..c5392aa39e3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/indextools/makefile
@@ -0,0 +1,14 @@
+FILES = *dtx *pdf README makefile latexmkrc
+dist: indextools.pdf indextools.sty
+ @$(RM) ../indextools.zip
+ rm -rf indextools
+ mkdir indextools
+ ln $(FILES) indextools
+ zip -r ../indextools.zip indextools
+README: README.md
+ cp README.md README
+%.pdf %.sty: %.dtx
+ latexmk *dtx
+
+clean:
+ @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz*