summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ledmac/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-12 23:08:47 +0000
committerKarl Berry <karl@freefriends.org>2011-08-12 23:08:47 +0000
commitebb694371ef5f20e33f9889268ae32ecb789c93a (patch)
tree5764ad5ad347bb2f872d8f8d45031a6f4f2865c6 /Master/texmf-dist/doc/latex/ledmac/Makefile
parent8a79b2a0b87e6b3ffa8d01fac1730ed74c3cd75b (diff)
ledmac (14jul11)
git-svn-id: svn://tug.org/texlive/trunk@23519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ledmac/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/ledmac/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ledmac/Makefile b/Master/texmf-dist/doc/latex/ledmac/Makefile
new file mode 100644
index 00000000000..deaab006d5b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ledmac/Makefile
@@ -0,0 +1,39 @@
+PACKAGE = *.dtx \
+ *.ins \
+ ledmac.pdf \
+ ledarab.pdf \
+ ledpar.pdf \
+ *eps \
+ *patch.sty \
+ README \
+ Makefile
+
+
+
+.PHONY: all dist clean
+
+
+all: ledmac.sty ledmac.pdf ledpar.sty ledpar.pdf ledarab.sty ledarab.pdf dist
+
+doc: *.pdf
+
+
+%.sty: %.ins %.dtx
+ @pdflatex $*.ins
+
+%.pdf: %.sty %.dtx djd17novL.eps djdpoems3.eps ledarden.eps ledfeat.eps djd17novR.eps djdpoems4.eps ledbraonain.eps ledioc.eps djdpoems1.eps egarab.eps ledeasy.eps ledmixed.eps djdpoems2.eps egarabpar.eps ledekker.eps villon.eps
+ @pdflatex $*.dtx
+ @makeindex -s gind.ist -o $*.ind $*.idx
+ @makeindex -s gglo.ist -o $*.gls $*.glo
+ @pdflatex $*.dtx
+ @pdflatex $*.dtx
+
+
+dist: $(PACKAGE)
+ @$(RM) ../ledmac.zip
+ zip ../ledmac.zip $(PACKAGE)
+
+
+clean:
+ @$(RM) *.aux *.log *.out *.toc *tex *.pdf ledmac.sty ledarab.sty ledpar.sty afoot.sty *ind *ilg *lof *idx
+