diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-29 22:13:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-29 22:13:34 +0000 |
commit | 86b66441c6a9beb50462a4afe5daff114d70b0f8 (patch) | |
tree | 5a659a20f7f5e996674dcb4df1ca208a97becfc9 /Master/texmf-dist/doc/latex/apxproof/Makefile | |
parent | 86d244860ecefedd67e32cab48bef5d1ba4b593a (diff) |
apxproof (29jan19)
git-svn-id: svn://tug.org/texlive/trunk@49865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/apxproof/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/apxproof/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/doc/latex/apxproof/Makefile b/Master/texmf-dist/doc/latex/apxproof/Makefile deleted file mode 100644 index d24336a7d7c..00000000000 --- a/Master/texmf-dist/doc/latex/apxproof/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -all: apxproof.pdf apxproof.sty - -clean: - -rm -f *.aux *.log *.gl? *.idx *.ilg *.fls *.ind *.axp *.bbl *.blg *.hd *.out - -ctan: - git archive --format zip master --prefix=apxproof/ --output apxproof.zip - -%.pdf: %.dtx %.sty - pdflatex $< - makeindex -s gind.ist $(patsubst %.pdf,%.idx,$@) - makeindex -s gglo.ist -o $(patsubst %.pdf,%.gls,$@) $(patsubst %.pdf,%.glo,$@) - bibtex $(patsubst %.pdf,%,$@) - bibtex bu1 - pdflatex $< - pdflatex $< - -%.sty: %.ins %.dtx - -rm $@ - latex $< |