summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/apxproof/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-09 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2019-10-09 03:01:25 +0000
commit8d5625f5e48587e6ca4304739304ed11b17cb26c (patch)
treef2c8b0e5f20681e9a35e6c3d33d2ec6a81d05e22 /macros/latex/contrib/apxproof/Makefile
parente5ffc42ed260285f76383ae18dd0f4a603c07fa8 (diff)
CTAN sync 201910090301
Diffstat (limited to 'macros/latex/contrib/apxproof/Makefile')
-rw-r--r--macros/latex/contrib/apxproof/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/macros/latex/contrib/apxproof/Makefile b/macros/latex/contrib/apxproof/Makefile
deleted file mode 100644
index d24336a7d7..0000000000
--- a/macros/latex/contrib/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 $<