summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/minted/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/minted/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/minted/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/Master/texmf-dist/source/latex/minted/Makefile b/Master/texmf-dist/source/latex/minted/Makefile
deleted file mode 100644
index 8f051d4535d..00000000000
--- a/Master/texmf-dist/source/latex/minted/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-TEXFLAGS = -e '$$pdflatex=q/pdflatex %O -shell-escape %S/' -pdf
-LATEXMK = latexmk
-
-PACKAGE = minted.dtx \
- minted.ins \
- minted.pdf \
- README \
- Makefile
-
-.PHONY: all doc dist clean cleanall
-
-all: minted.sty minted.pdf
-
-doc: minted.pdf
-
-minted.sty: minted.ins minted.dtx
- echo y | tex minted.ins
-
-minted.pdf: minted.sty minted.gls minted.dtx
- $(LATEXMK) $(TEXFLAGS) minted.dtx
-
-minted.gls: minted.glo
- makeindex -s gglo.ist -o minted.gls minted.glo
-
-minted.glo: minted.dtx minted.sty
- $(LATEXMK) $(TEXFLAGS) minted.dtx
-
-dist: $(PACKAGE)
- @$(RM) minted.zip
- @zip minted.zip $(PACKAGE)
-
-clean:
- @$(RM) *.aux *.log *.out *.toc *.fdb_latexmk *.ilg *.glo *.gls *.lol
-
-cleanall: clean
- @$(RM) minted.sty minted.zip