From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/ledmac/Makefile | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 macros/latex/contrib/ledmac/Makefile (limited to 'macros/latex/contrib/ledmac/Makefile') diff --git a/macros/latex/contrib/ledmac/Makefile b/macros/latex/contrib/ledmac/Makefile new file mode 100644 index 0000000000..9338b83549 --- /dev/null +++ b/macros/latex/contrib/ledmac/Makefile @@ -0,0 +1,42 @@ +PACKAGE = *.dtx \ + *.ins \ + ledmac.pdf \ + ledarab.pdf \ + ledpar.pdf \ + *eps \ + 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 + rm -f $*.sty led*tex + @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 + rm -rf ledmac + mkdir ledmac + ln $(PACKAGE) ledmac + zip -r ../ledmac.zip ledmac + + +clean: + @$(RM) *.aux *.log *.out *.toc *tex *.pdf ledmac.sty ledarab.sty ledpar.sty afoot.sty *ind *ilg *lof *idx *glo *gls ../ledmac.zip + -- cgit v1.2.3